mapleFU commented on PR #63:
URL: https://github.com/apache/parquet-testing/pull/63#issuecomment-2493107927

   ```
   {
     "Version": "1.0",
     "CreatedBy": "parquet-rs version 53.2.0",
     "TotalRows": "3",
     "NumberOfRowGroups": "1",
     "NumberOfRealColumns": "3",
     "NumberOfColumns": "4",
     "Columns": [
        { "Id": "0", "Name": "my_map.key_value.key", "PhysicalType": "INT32", 
"ConvertedType": "NONE", "LogicalType": {"Type": "None"} },
        { "Id": "1", "Name": "my_map.key_value.value", "PhysicalType": "INT32", 
"ConvertedType": "NONE", "LogicalType": {"Type": "None"} },
        { "Id": "2", "Name": "my_map_no_v.key_value.key", "PhysicalType": 
"INT32", "ConvertedType": "NONE", "LogicalType": {"Type": "None"} },
        { "Id": "3", "Name": "my_list.list.element", "PhysicalType": "INT32", 
"ConvertedType": "NONE", "LogicalType": {"Type": "None"} }
     ],
     "RowGroups": [
        {
          "Id": "0",  "TotalBytes": "315",  "TotalCompressedBytes": "315",  
"Rows": "3",
          "ColumnChunks": [
             {"Id": "0", "Values": "9", "StatsSet": "False",
              "Compression": "UNCOMPRESSED", "Encodings": "PLAIN RLE 
RLE_DICTIONARY ", "UncompressedSize": "90", "CompressedSize": "90", 
"OffsetIndex": {"offset": "319", "length": "10"} },
             {"Id": "1", "Values": "9", "StatsSet": "False",
              "Compression": "UNCOMPRESSED", "Encodings": "PLAIN RLE 
RLE_DICTIONARY ", "UncompressedSize": "45", "CompressedSize": "45", 
"OffsetIndex": {"offset": "329", "length": "11"} },
             {"Id": "2", "Values": "9", "StatsSet": "False",
              "Compression": "UNCOMPRESSED", "Encodings": "PLAIN RLE 
RLE_DICTIONARY ", "UncompressedSize": "90", "CompressedSize": "90", 
"OffsetIndex": {"offset": "340", "length": "11"} },
             {"Id": "3", "Values": "9", "StatsSet": "False",
              "Compression": "UNCOMPRESSED", "Encodings": "PLAIN RLE 
RLE_DICTIONARY ", "UncompressedSize": "90", "CompressedSize": "90", 
"OffsetIndex": {"offset": "351", "length": "11"} }
           ]
        }
     ]
   }
   ```
   
   General LGTM. Btw, can we disable PageIndex to make it smaller?


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to