I was playing around with some Parquet files that were generated using Apache Drill and I as I look at the ColumnDescriptors that one of the columns has a logical type LogicalType::None and a physical type of Type::Int32.
Is it normal for this to happen. When something is of type none can that mean and the ColumnDescriptor's node is_primitive() function returns true does that mean I can ignore the logical type and just look at the primitive type to know how to interpret the data? Felipe ᐧ
