steveloughran commented on PR #976:
URL: https://github.com/apache/parquet-mr/pull/976#issuecomment-1153851509

   thrift module doesn't compile is using an hadoop internal class tagged as 
private & which made an incompatible change in hadoop 3. see  HADOOP-12436
   
   ```
   Error:  Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project parquet-thrift: Compilation failure
   Error:  
/home/runner/work/parquet-mr/parquet-mr/parquet-thrift/src/main/java/org/apache/parquet/thrift/projection/deprecated/PathGlobPattern.java:[55,49]
 incompatible types: com.google.re2j.Pattern cannot be converted to 
java.util.regex.Pattern
   ```
   
   the good news, the class is deprecated, which explains why nobody has seen 
it in the wild. Any attempt to use that class would fail with hadoop 3.x on the 
classpath. 


-- 
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: dev-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to