zeroflag commented on a change in pull request #2059:
URL: https://github.com/apache/hive/pull/2059#discussion_r597802085
##########
File path: hplsql/src/test/queries/local/arity.sql
##########
@@ -0,0 +1,8 @@
+create procedure p(a int, b int)
+begin
+ print 'a=' || a;
+ print 'b=' || b;
+end;
+
+call p(1,2);
+call p(1);
Review comment:
I'll add that into a new test since this fails at p(1) I can't add into
this.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]