creactiviti commented on issue #1670:
URL: https://github.com/apache/hudi/issues/1670#issuecomment-635482937
Thanks @bvaradar! this is interesting. here's what I got:
```
$ java -jar ~/parquet/parquet-tools-1.8.2.jar schema /tmp/parq/out.parquet/
message spark_schema {
optional int32 order_id;
optional int32 order_qty;
optional binary customer_name (UTF8);
optional int96 updated_at;
optional int96 created_at;
}
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]