Closed vishalkarve15 closed 3 months ago
When getting partitioning fields, timePartitioning.getField() returns null when the table is ingestion time partitioned (partitioned by _PARTITIONTIME OR _PARTITIONDATE). The change fixes this bug.
timePartitioning.getField()
_PARTITIONTIME
_PARTITIONDATE
/gcbrun
Added integration tests which fail as expected without the fix.
When getting partitioning fields,
timePartitioning.getField()
returns null when the table is ingestion time partitioned (partitioned by_PARTITIONTIME
OR_PARTITIONDATE
). The change fixes this bug.