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
Is your feature request related to a problem? Please describe.
Spark supports reading parquet INT32 column as a byte/short/date column. We need to add corresponding downcast converters into GpuParquet readers.
The text was updated successfully, but these errors were encountered:
Fixes#5200#5445
This PR is to add the schema check, referring the checking process of Spark. Converters downcasting INT32 to Byte/Short/Date are added in this PR as well. Note: This PR uses some deprecated API of parquet-mr, in order to accommodate Spark 3.1.
Signed-off-by: sperlingxx <lovedreamf@gmail.com>
Is your feature request related to a problem? Please describe.
Spark supports reading parquet INT32 column as a byte/short/date column. We need to add corresponding downcast converters into GpuParquet readers.
The text was updated successfully, but these errors were encountered: