-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
I think the current code tests the re-exported Parquet functionalities, not touching the DataFusion-related code. Ideally, we should test the end-to-end Parquet reading process.
The process roughly looks like this:
- Create a in-memory object_store, and put the Parquet data you generated into the object_store.
- Register the object_store along with the path to the DataFusion.
- Run a SQL query from the DataFusion side to see if the results can be read back.
A loosely related test can be found here: https://github.com/XiangpengHao/parquet-viewer/blob/main/src/tests.rs#L9
Originally posted by @XiangpengHao in #15325 (comment)
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers