apache / parquet-java

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

Migrate Parquet Jira issues to GitHub #1703

Open asfimport opened 1 week ago

asfimport commented 1 week ago

Parquet community discussed and decided (parquet-*, parquet-cpp) to migrate issue tracking from ASF Jira to issue tracker to GitHub issue trackers of individual Apache Parquet repositories with the following component mapping:


jira/parquet-avro --> github/parquet-java
jira/parquet-cascading --> github/parquet-java
jira/parquet-cli --> github/parquet-java
jira/parquet-cpp --> github/arrow
jira/parquet-format --> github//parquet-format
jira/parquet-hadoop --> github//parquet-java
jira/parquet-mr --> github/parquet-java
jira/parquet-pig --> github/parquet-java
jira/parquet-protobuf --> github/parquet-java
jira/parquet-site --> github/parquet-site
jira/parquet-testing --> github/parquet-testing
jira/parquet-thrift --> github/parquet-java 

Approximate migration script that will be applied was used for Apache Arrow migration and can be found here. For more details on decisions that were made there in migration design see Arrow migration issue.

Reporter: Rok Mihevc

Note: This issue was originally created as PARQUET-2502. Please see the migration documentation for further details.