apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

PARQUET-2417: Add support for geometry logical type #2971

Open zhangfengcdt opened 4 months ago

zhangfengcdt commented 4 months ago

This PR is to provide a POC to support the proposed changes to the parquet-format to add geometry type to parquet.

Here is the proposal: https://github.com/apache/parquet-format/pull/240

Jira

Tests

Commits

Documentation

zhangfengcdt commented 4 months ago

CC: @jiayuasu @Kontinuation @wgtmac