rubenada commented on code in PR #6781:
URL: https://github.com/apache/hive/pull/6781#discussion_r4036997790


##########
itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestArguments.java:
##########
@@ -209,7 +221,7 @@ public QTestArguments build() {
       testArguments.setInitScript(initScript);
       testArguments.setCleanupScript(cleanupScript);
       testArguments.setWithLlapIo(withLlapIo);
-      
+      testArguments.s3BucketSpec = this.s3BucketSpec;

Review Comment:
   nit: for consistency with the existing code, this should be done via a 
setter.



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

Reply via email to