File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/common/experimental_parquet_reader/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pub fn from_table_field_type(field_name: String, field_type: &TableDataType) ->
3333 NumberDataType :: Int64 => PrimitiveType :: from_physical ( field_name, PhysicalType :: Int64 ) ,
3434 NumberDataType :: UInt8 => PrimitiveType :: from_physical ( field_name, PhysicalType :: Int32 ) ,
3535 NumberDataType :: UInt16 => PrimitiveType :: from_physical ( field_name, PhysicalType :: Int32 ) ,
36- NumberDataType :: UInt32 => PrimitiveType :: from_physical ( field_name, PhysicalType :: Int64 ) ,
36+ NumberDataType :: UInt32 => PrimitiveType :: from_physical ( field_name, PhysicalType :: Int32 ) ,
3737 NumberDataType :: UInt64 => PrimitiveType :: from_physical ( field_name, PhysicalType :: Int64 ) ,
3838 NumberDataType :: Float32 => {
3939 PrimitiveType :: from_physical ( field_name, PhysicalType :: Float )
You can’t perform that action at this time.
0 commit comments