pvary commented on a change in pull request #2772:
URL: https://github.com/apache/hive/pull/2772#discussion_r760037581
##########
File path: ql/src/test/org/apache/hadoop/hive/ql/TxnCommandsBaseForTests.java
##########
@@ -202,8 +208,29 @@ public int compare(int[] row1, int[] row2) {
return 0;
}
}
- protected String makeValuesClause(int[][] rows) {
- return TestTxnCommands2.makeValuesClause(rows);
+ public static String makeValuesClause(int[][] rows) {
Review comment:
nit: empty line
--
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]