emkornfield commented on code in PR #34: URL: https://github.com/apache/parquet-site/pull/34#discussion_r1639298560
########## content/en/docs/File Format/implementationstatus.md: ########## @@ -0,0 +1,101 @@ +--- +title: "Implementation status" +linkTitle: "Implementation status" +weight: 8 +--- +### Physical types + +| Data type | C++ | Java | Go | Rust | +| ----------------------------------------- | ----- | ------ | ----- | ----- | +| BOOLEAN | | | | | +| INT32 | | | | | +| INT64 | | | | | +| INT96 | | | | | Review Comment: Unfortunately, while deprecated some writers like [Spark](https://spark.apache.org/docs/latest/sql-data-sources-parquet.html#configuration) still output by default I believe :( I agree it should stay here and maybe we can have a subscript detailing this. -- 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]
