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
Add the ability to have metastore partitioning column as a string, not a date.
Example
--
Proposed Solution
Pramen writes Parquet partitions directly, it constructs the path. For Delta we rely on the type system. So I guess we need to treat any date format that is not 'yyyy-MM-dd' as having string type.
Background
Currently, information date format and type are ignored when the metastore persistence format is 'delta'.
For example, here the date format will be ignored:
while here it will work:
(the only difference is the storage format)
Feature
Add the ability to have metastore partitioning column as a string, not a date.
Example
--
Proposed Solution
Pramen writes Parquet partitions directly, it constructs the path. For Delta we rely on the type system. So I guess we need to treat any date format that is not 'yyyy-MM-dd' as having
string
type.Code to look:
pramen/pramen/core/src/main/scala/za/co/absa/pramen/core/metastore/peristence/MetastorePersistenceDelta.scala
Line 35 in f61438d
The text was updated successfully, but these errors were encountered: