-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use datafusion for querying parquet #997
Conversation
8a4feed
to
8f85d21
Compare
Looks like just some Windows path error:
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #997 +/- ##
===========================================
- Coverage 90.88% 90.86% -0.02%
===========================================
Files 257 257
Lines 26512 26182 -330
===========================================
- Hits 24095 23790 -305
+ Misses 2417 2392 -25 see 32 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
catalog has methods to add a file with a query to retrieve all records. The records are decoded and streamed into a heap. the heap merges the streams in order of ts_init field.
Implement cython data conversion layer for Data
Make chunk size configurable parameter with default
Pull Request
Use datafusion to register data sources and make queries. Relevant files are
Type of change
Delete options that are not relevant.
How has this change been tested?
Example has tests that passed.