[ https://issues.apache.org/jira/browse/HIVE-15979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890497#comment-15890497 ]
Hive QA commented on HIVE-15979: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12855394/HIVE-15979.2.patch {color:green}SUCCESS:{color} +1 due to 5 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 10328 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[ba_table_udfs] (batchId=23) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[load_binary_data] (batchId=46) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[udf_character_length] (batchId=36) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[udf_octet_length] (batchId=30) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_udf_character_length] (batchId=75) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_udf_octet_length] (batchId=2) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_udf_string_to_boolean] (batchId=48) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vec_table] (batchId=148) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/3871/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/3871/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-3871/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 8 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12855394 - PreCommit-HIVE-Build > Support character_length and octet_length > ----------------------------------------- > > Key: HIVE-15979 > URL: https://issues.apache.org/jira/browse/HIVE-15979 > Project: Hive > Issue Type: Sub-task > Components: SQL > Reporter: Carter Shanklin > Assignee: Teddy Choi > Attachments: HIVE-15979.1.patch, HIVE-15979.2.patch > > > SQL defines standard ways to get number of characters and octets. SQL > reference: section 6.28. Example: > vagrant=# select character_length('欲速则不达'); > character_length > ------------------ > 5 > (1 row) > vagrant=# select octet_length('欲速则不达'); > octet_length > -------------- > 15 > (1 row) -- This message was sent by Atlassian JIRA (v6.3.15#6346)