fenfeng9 commented on PR #103:
URL: https://github.com/apache/parquet-testing/pull/103#issuecomment-3928151048
File summary:
```
Schema:
message schema {
required double double_field;
required float float_field;
optional int32 int32_field;
optional binary name (STRING);
}
```
```
Row groups: 1 (rows=2000)
Bloom filters:
- double_field: offset=29667 length=2212
- float_field: offset=31879 length=2212
- int32_field: none
- name: none
```
--
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]