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 2019/07/03 18:14:20 UTC

[GitHub] [incubator-iceberg] puneetzaroo commented on a change in pull request #248: Add support for returning hive partitions that match a filter express…

puneetzaroo commented on a change in pull request #248: Add support for returning hive partitions that match a filter express…
URL: https://github.com/apache/incubator-iceberg/pull/248#discussion_r300093566
 
 

 ##########
 File path: hive/src/test/java/org/apache/iceberg/hive/TestHiveMetastore.java
 ##########
 @@ -101,8 +101,8 @@ private TServer newThriftServer(TServerSocket socket, HiveConf conf) throws Exce
         .processor(new TSetIpAddressProcessor<>(handler))
         .transportFactory(new TTransportFactory())
         .protocolFactory(new TBinaryProtocol.Factory())
-        .minWorkerThreads(3)
-        .maxWorkerThreads(5);
+        .minWorkerThreads(10)
+        .maxWorkerThreads(15);
 
 Review comment:
   Thats a good point. Maybe there is a leak in SparkTableUtil.partitionDFByFilter() which was causing multiple calls to this method in testPartitionScanByFilter() to fail, without increasing the number of worker threads.
   
   I will investigate that more.
   thanks,

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


With regards,
Apache Git Services

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