cxzl25 opened a new pull request, #1738: URL: https://github.com/apache/auron/pull/1738
# Which issue does this PR close? Closes #1737 # Rationale for this change # What changes are included in this PR? # Are there any user-facing changes? # How was this patch tested? ``` insert overwrite table test_string select 'abc' from range(15); add jar https://repo1.maven.org/maven2/org/apache/hive/hive-contrib/2.3.9/hive-contrib-2.3.9.jar; create temporary function udtfCount2 as 'org.apache.hadoop.hive.contrib.udtf.example.GenericUDTFCount2'; select udtfCount2(c1),c1 from test_string; ``` -- 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]
