Hello, It looks like the apache github repo (https://github.com/apache/parquet-mr) is out of sync with the apache git repo ( https://git-wip-us.apache.org/repos/asf/parquet-mr/)
For example, this commit: https://git-wip-us.apache.org/repos/asf/parquet-mr/?p=parquet-mr.git;a=commit;h=fcd568282b2a150f9f42953f12268dc88d09da89 Is not present in the apache/github repo, and the PR for it was not automatically closed. Maybe related, the apache github page says: "mirrored from git://git.apache.org/incubator-parquet-mr.git" So it could be that that's the issue? Does anyone know how the sync / auto-pr merging works? Doing a git diff actually shows that more than just this one commit is out of sync: $ git diff --stat-width=50 --stat-name-width=100 apache/master apache-github/master CHANGES.md | 61 ---- parquet-avro/pom.xml | 2 +- parquet-benchmarks/pom.xml | 2 +- parquet-cascading/pom.xml | 2 +- parquet-column/pom.xml | 2 +- parquet-common/pom.xml | 2 +- .../apache/parquet/Strings.java | 14 +- parquet-encoding/pom.xml | 2 +- parquet-generator/pom.xml | 2 +- parquet-hadoop-bundle/pom.xml | 2 +- parquet-hadoop/pom.xml | 2 +- parquet-hive-bundle/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../parquet-hive-binding/pom.xml | 2 +- .../pom.xml | 2 +- parquet-hive/pom.xml | 2 +- parquet-jackson/pom.xml | 2 +- parquet-pig-bundle/pom.xml | 2 +- parquet-pig/pom.xml | 2 +- parquet-protobuf/pom.xml | 2 +- parquet-scala/pom.xml | 2 +- parquet-scrooge/pom.xml | 2 +- parquet-thrift/pom.xml | 2 +- .../ThriftReadSupport.java | 14 +- .../ThriftSchemaConverter.java | 4 +- ...tedFieldProjectionFilter.java | 2 +- .../PathGlobPattern.java | 2 +- .../CompatibilityChecker.java | 151 +++------ .../CompatibilityRunner.java | 7 - ...ftReadWriteAndProjection.java | 2 +- ...CompatibilityCheckerTest.java | 16 +- .../test/thrift/compat.thrift | 9 - parquet-tools/pom.xml | 2 +- pom.xml | 4 +- 38 files changed, 95 insertions(+), 243 deletions(-) Thanks, Alex -- Alex Levenson @THISWILLWORK
