Consider the following:
- data are read from partitioned structure
y=,m=,d=
. - hudi
DataSourceWriteOptions.PARTITIONPATH_FIELD_OPT_KEY
config is set toy=,m=,d=
At first glance I have to remove y,m,d
columns but without these columns hudi will not know about partitions, no?