Description
I have an input directory with subdirs:
- hour=2021-01-01T00
- hour=2021-01-01T01
- hour=2021-01-01T02
- ...
in spark 3.1 the 'hour' column is parsed as a string type, but in 3.2 RC it is parsed as date type and the hour part is lost.
I have an input directory with subdirs:
in spark 3.1 the 'hour' column is parsed as a string type, but in 3.2 RC it is parsed as date type and the hour part is lost.