You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chitralverma Yes, it is a good idea to support auto-detect partitions. On the other hand, it may be also reasonable to declare partitions manually for non-hive style partitions. E.g.
We also have some tables that are created outside of spark with non-hive style partitions, so being able to provide a custom partition scheme would be very useful to us.
Background
assume we have
consider the query
Actual
The above query will scan all parquet files, instead of only one (necessary)
currently, roapi supports reading all parquet files in a directory
Expect
The above query will scan only one parquet file
however, since partition column is not in parquet schema, one idea is to improve roapi config to
Reference
roapi/columnq/src/table/mod.rs
Lines 50 to 54 in 51e01ef
The text was updated successfully, but these errors were encountered: