thomasrebele commented on code in PR #6225:
URL: https://github.com/apache/hive/pull/6225#discussion_r2592346909


##########
itests/hive-unit/src/test/java/org/apache/hive/beeline/TestHplSqlViaBeeLine.java:
##########
@@ -1198,9 +1196,7 @@ public void testHplSqlProcedureWithSYSDATEUdf() throws 
Throwable {
             "END;\n" +
             "p1('Bob');\n" +
             "SELECT * FROM result;" ;

Review Comment:
   Thank you for the suggestion. Indeed, the check for `Bob` is not necessary 
for the purpose of the original test (added because of 
[HIVE-28143](https://issues.apache.org/jira/browse/HIVE-28143)). I've removed 
the composite patterns. Adapting the query is not necessary, as the pattern 
will work with the extra `Bob` in the output.



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