Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
In HUDI-7023, we added support to sync any table as non-partitioned table and yet be able to query via Spark with the same performance benefits of partitioned table.
This ticket extends the functionality end-to-end. If a user executes `spark.write.format("hudi").options(options).partitionBy(partCol).save(basePath)`, then do logical partitioning and sync as non-partitioned table to the catalog. Yet be able to query efficiently,.
Attachments
Issue Links
- causes
-
HUDI-7829 storage partition stats index can not effert in data skipping
- Closed
- links to