You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/15 06:06:38 UTC

[GitHub] [iceberg] kbendick removed a comment on pull request #2081: Allow binary truncation length to be zero to handle evaluators that encounter empty string values

kbendick removed a comment on pull request #2081:
URL: https://github.com/apache/iceberg/pull/2081#issuecomment-760637368


   It seems that CI failed due possibly to timeouts (unable to find something in a catalogue in an unrelated test). I'm rerunning locally, but I think it's just a timed out test that failed due to transient issues.
   
   I say this as most of the tests that failed failed due to Broken Pipe / SocketException for thrift transport when communicating with the metastore.
   
   ```java
   org.apache.iceberg.spark.extensions.TestCopyOnWriteDelete > testDeleteWithSerializableIsolation[catalogName = spark_catalog, implementation = org.apache.iceberg.spark.SparkSessionCatalog, config = {type=hive, default-namespace=default, clients=1, parquet-enabled=false, cache-enabled=false}, format = avro, vectorized = false] FAILED
       java.lang.RuntimeException: Failed to get table info from metastore default.table
   
           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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org