Draft: Rewrite the Provenance service as a gRPC server in Rust, backed by Parquet
This depends on a small set of changes to Datafusion that I'll try to upstream, so Datafusion doesn't re-parse the Page Index on every query not needed anymore
All the code in rust/src/database/
, other than rust/src/database/mod.rs
itself, is boring boilerplate that I may try to upstream to Datafusion next.
Merge request reports
Activity
Jenkins job DPROV/gitlab-builds #70 failed in 2 min 18 sec.
See Console Output, Blue Ocean and Coverage Report for more details.Jenkins job DPROV/gitlab-builds #71 failed in 3 min 1 sec.
See Console Output, Blue Ocean and Coverage Report for more details.Jenkins job DPROV/gitlab-builds #72 failed in 1 min 21 sec.
See Console Output, Blue Ocean and Coverage Report for more details.Jenkins job DPROV/gitlab-builds #73 failed in 3 min 0 sec.
See Console Output, Blue Ocean and Coverage Report for more details.added 4 commits
Toggle commit listJenkins job DPROV/gitlab-builds #74 failed in 1 min 18 sec.
See Console Output, Blue Ocean and Coverage Report for more details.added 1 commit
- 4017c0ab - Rewrite Parquet caching using existing Datafusion APIs instead of my fork
Jenkins job DPROV/gitlab-builds #75 failed in 1 min 14 sec.
See Console Output, Blue Ocean and Coverage Report for more details.Jenkins job DPROV/gitlab-builds #76 failed in 1 min 23 sec.
See Console Output, Blue Ocean and Coverage Report for more details.mentioned in merge request !183 (closed)
Jenkins job DPROV/gitlab-builds #78 failed in 1 min 50 sec.
See Console Output, Blue Ocean and Coverage Report for more details.Gitlab marked this as merged because !184 (merged) was based on this MR
Edited by vlorentz