Sagar Sumit created HUDI-7144:
---------------------------------
Summary: Support query for tables written as partitionBy but
synced as non-partitioned
Key: HUDI-7144
URL: https://issues.apache.org/jira/browse/HUDI-7144
Project: Apache Hudi
Issue Type: Task
Reporter: Sagar Sumit
Fix For: 1.0.0
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,.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)