tanishq-chugh commented on code in PR #5404: URL: https://github.com/apache/hive/pull/5404#discussion_r1741576688
########## ql/src/test/results/clientpositive/llap/mm_dp.q.out: ########## @@ -2120,23 +2120,23 @@ POSTHOOK: Input: default@dp_mm@val=val_96 POSTHOOK: Input: default@dp_mm@val=val_97 POSTHOOK: Input: default@dp_mm@val=val_98 POSTHOOK: Output: hdfs://### HDFS PATH ### -0 455 10 val_0 -0 455 16 val_0 -0 455 23 val_0 -0 457 5 val_0 -0 457 5 val_0 -0 457 10 val_0 -0 457 14 val_0 -0 457 16 val_0 -0 457 23 val_0 -0 458 5 val_0 -0 458 5 val_0 -0 458 14 val_0 -0 459 5 val_0 -0 459 5 val_0 -0 459 14 val_0 -2 455 9 val_2 -2 457 9 val_2 +0 455 1 val_0 Review Comment: @okumin the random numbers generated have been changed here. The generation of random numbers depends not only on the seed value passed but also on the available task resources. Since, tez container size was increased to address OOM issues, it led to increase in task resources and thus different random numbers were generated. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org