mapleFU commented on issue #38000:
URL: https://github.com/apache/arrow/issues/38000#issuecomment-1745770404
```
{
"Version": "2.6",
"CreatedBy": "parquet-cpp-arrow version 12.0.0",
"TotalRows": "1",
"NumberOfRowGroups": "1",
"NumberOfRealColumns": "4",
"NumberOfColumns": "4",
"Columns": [
{ "Id": "0", "Name": "start_time_local", "PhysicalType": "INT64",
"ConvertedType": "NONE", "LogicalType": {"Type": "Timestamp",
"isAdjustedToUTC": false, "timeUnit": "microseconds", "is_from_converted_type":
false, "force_set_converted_type": false} },
{ "Id": "1", "Name": "end_time_local", "PhysicalType": "INT64",
"ConvertedType": "NONE", "LogicalType": {"Type": "Timestamp",
"isAdjustedToUTC": false, "timeUnit": "microseconds", "is_from_converted_type":
false, "force_set_converted_type": false} },
{ "Id": "2", "Name": "start_time_utc", "PhysicalType": "INT64",
"ConvertedType": "NONE", "LogicalType": {"Type": "Timestamp",
"isAdjustedToUTC": false, "timeUnit": "microseconds", "is_from_converted_type":
false, "force_set_converted_type": false} },
{ "Id": "3", "Name": "end_time_utc", "PhysicalType": "INT64",
"ConvertedType": "NONE", "LogicalType": {"Type": "Timestamp",
"isAdjustedToUTC": false, "timeUnit": "microseconds", "is_from_converted_type":
false, "force_set_converted_type": false} }
],
"RowGroups": [
{
"Id": "0", "TotalBytes": "368", "TotalCompressedBytes": "384",
"Rows": "1",
"ColumnChunks": [
{"Id": "0", "Values": "1", "StatsSet": "True", "Stats":
{"NumNulls": "0", "Max": "1694428740000000", "Min": "1694428740000000" },
"Compression": "SNAPPY", "Encodings": "PLAIN(DICT_PAGE)
RLE_DICTIONARY", "UncompressedSize": "92", "CompressedSize": "96" },
{"Id": "1", "Values": "1", "StatsSet": "True", "Stats":
{"NumNulls": "0", "Max": "1694428740000000", "Min": "1694428740000000" },
"Compression": "SNAPPY", "Encodings": "PLAIN(DICT_PAGE)
RLE_DICTIONARY", "UncompressedSize": "92", "CompressedSize": "96" },
{"Id": "2", "Values": "1", "StatsSet": "True", "Stats":
{"NumNulls": "0", "Max": "1694428740000000", "Min": "1694428740000000" },
"Compression": "SNAPPY", "Encodings": "PLAIN(DICT_PAGE)
RLE_DICTIONARY", "UncompressedSize": "92", "CompressedSize": "96" },
{"Id": "3", "Values": "1", "StatsSet": "True", "Stats":
{"NumNulls": "0", "Max": "1694428740000000", "Min": "1694428740000000" },
"Compression": "SNAPPY", "Encodings": "PLAIN(DICT_PAGE)
RLE_DICTIONARY", "UncompressedSize": "92", "CompressedSize": "96" }
]
}
]
}
```
Oops, seems it's created by format 2.6 . The logic type is weird. Maybe we
need check this logical type here.
cc @jorisvandenbossche I'm not so familiar with pandas, how can user switch
to use parquet version 2.4 via that?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]