ramitg254 commented on PR #6089: URL: https://github.com/apache/hive/pull/6089#issuecomment-3351135571
> > ### How was this patch tested? > > by running tpcds tests locally with setting hive.metastore.direct.sql.batch.size as 1000 in HiveConf.java and MetastoreConf.java. > > Hi @ramitg254, Would the tpcds tests fail without this PR? BTW, What is the size of the tpcds test dataset? Hi @zhangbutao, without this pr tpcds tests will fail whenever `hive.metastore.direct.sql.batch.size` > 0 in cases partition size is greater than the batch size. there were around 55 tpcds test failures when property is set to 1000, and one such example is query16.q -- 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]
