kbendick commented on issue #1488:
URL: https://github.com/apache/iceberg/issues/1488#issuecomment-706640723


   I have found some flakey tests under some of the hive tests. I opened a PR 
for one that fails on my local (but doesn't fail on CI).
   
   I also have this one that fails occasionally on my local
   
   ```
   org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithHiveCatalog > 
testScanTableORC FAILED
       java.lang.IllegalArgumentException: Failed to executeQuery Hive query 
SHOW TABLES: Error while compiling statement: FAILED: SemanticException 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
   
           Caused by:
           org.apache.hive.service.cli.HiveSQLException: Error while compiling 
statement: FAILED: SemanticException 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
   
               Caused by:
               org.apache.hadoop.hive.ql.parse.SemanticException: 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
   
                   Caused by:
                   org.apache.hadoop.hive.ql.metadata.HiveException: 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
   
                       Caused by:
                       org.apache.thrift.transport.TTransportException: 
java.net.SocketException: Broken pipe (Write failed)
   
                           Caused by:
                           java.net.SocketException: Broken pipe (Write failed)
   
       org.apache.hadoop.hive.ql.metadata.HiveException: 
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe (Write failed)
   
           Caused by:
           org.apache.thrift.transport.TTransportException: 
java.net.SocketException: Broken pipe (Write failed)
   
               Caused by:
               java.net.SocketException: Broken pipe (Write failed)
   ```


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

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