Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
Description
For an empty relative partition path in non-partitioned table, we use "." as the partition path identifier in the metadata table records. In the code, there are various ways of doing such conversion, which makes it hard to reason about. There is one bug caused by such complexity: https://github.com/apache/hudi/pull/6113. We should standardize the way of such handling and make the code more readable.