rahulketch opened a new issue, #3230:
URL: https://github.com/apache/parquet-java/issues/3230

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I am trying to parquet-hadoop tests in master 
(eb65987333a6bb2ae729b88eef0d6f941a7c1867)
   
   ```
   mvn clean && cd parquet-hadoop && mvn test
   ```
   I get a bunch of errors:
   ```
   [ERROR] COMPILATION ERROR :
   [INFO] -------------------------------------------------------------
   [ERROR] 
/home/rahul.sharma/parquet-java/parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java:[53,55]
 package org.apache.parquet.column.statistics.geospatial does not exist
   [ERROR] 
/home/rahul.sharma/parquet-java/parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java:[69,33]
 cannot find symbol
     symbol:   class BoundingBox
     location: package org.apache.parquet.format
   [ERROR] 
/home/rahul.sharma/parquet-java/parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java:[81,33]
 cannot find symbol
     symbol:   class EdgeInterpolationAlgorithm
     location: package org.apache.parquet.format
   [ERROR] 
/home/rahul.sharma/parquet-java/parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java:[86,33]
 cannot find symbol
     symbol:   class GeographyType
     location: package org.apache.parquet.format
   [ERROR] 
/home/rahul.sharma/parquet-java/parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java:[87,33]
 cannot find symbol
     symbol:   class GeometryType
     location: package org.apache.parquet.format
   [ERROR] 
/home/rahul.sharma/parquet-java/parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java:[88,33]
 cannot find symbol
     symbol:   class GeospatialStatistics
     location: package org.apache.parquet.format
   ...
   ...
   ```
   
   Running the same in apache-parquet-1.15.1 
(c7257b8faff5699e13bbc781679dc03f48c1102a) works fine. 
   
   If I look at the latest 
[commit](https://github.com/apache/parquet-java/commit/eb65987333a6bb2ae729b88eef0d6f941a7c1867),
 all the checks have passed. I have a couple of questions:
   
   1. Am I running the tests correctly, if not, could let me know how I can run 
them so they pass?
   2. If the tests are broken, shouldn't the checks have failed? Are we not 
running the tests as part of the checks?
   
   
   
   ### Component(s)
   
   Build


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to