[ https://issues.apache.org/jira/browse/HIVE-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760648#comment-16760648 ]
Peter Vary commented on HIVE-685: --------------------------------- [~rmsm...@gmail.com]: All of the failures are timeouts. So my guess would be that we have a problem initializing the function. What I would do is check test logs: [http://104.198.109.242/logs/PreCommit-HIVE-Build-15916/], and find some of the failures [http://104.198.109.242/logs/PreCommit-HIVE-Build-15916/failed/1-TestCliDriver-udf_upper.q-ctas_date.q-materialized_view_rewrite_part_2.q-and-27-more/], and try to run them on my machine. Sometimes the qtests are conflicting, and if the tests are not failing by themselves then I try to run the whole batch for myself. You can check the jenkins console to find the tests run in any given batch: [https://builds.apache.org/job/PreCommit-HIVE-Build/15916/consoleFull]. For TestCliDriver-udf_upper.q-ctas_date.q-materialized_view_rewrite_part_2.q-and-27-more the following: {code:java} 2019-02-04 12:09:35,721 DEBUG [TestExecutor] ExecutionPhase.execute:98 PBatch: QFileTestBatch [batchId=1, size=30, driver=TestCliDriver, queryFilesProperty=qfile, name=1-TestCliDriver-udf_upper.q-ctas_date.q-materialized_view_rewrite_part_2.q-and-27-more, tests=[udf_upper.q, ctas_date.q, materialized_view_rewrite_part_2.q, groupby_grouping_sets3.q, vector_decimal_5.q, vector_case_when_conversion.q, bucket_map_join_spark4.q, timestamp_2.q, schema_evol_orc_acid_table_update_llap_io.q, date_join1.q, constprog_type.q, timestamp_ints_casts.q, udf_negative.q, orc_merge_diff_fs.q, udf_substring_index.q, results_cache_lifetime.q, cross_prod_3.q, masking_12.q, diff_part_input_formats.q, auto_join_without_localtask.q, join46.q, ctas_uses_table_location.q, tez_bmj_schema_evolution.q, bucketmapjoin4.q, udf_context_aware.q, authorization_non_id.q, mapjoin_test_outer.q, vectorization_9.q, input15.q, udf_PI.q], isParallel=true, moduleName=itests/qtest] {code} Thanks, Peter > add UDFquote > ------------ > > Key: HIVE-685 > URL: https://issues.apache.org/jira/browse/HIVE-685 > Project: Hive > Issue Type: New Feature > Reporter: Namit Jain > Assignee: Mani M > Priority: Major > Labels: todoc4.0, udf > Fix For: 4.0.0 > > Attachments: HIVE.685.02.PATCH, HIVE.685.03.PATCH, HIVE.685.04.PATCH, > HIVE.685.05.PATCH, HIVE.685.06.PATCH, HIVE.685.07.PATCH, HIVE.685.08.PATCH, > HIVE.685.PATCH > > > add UDFquote > look at > http://dev.mysql.com/doc/refman/5.0/en/func-op-summary-ref.html > for details -- This message was sent by Atlassian JIRA (v7.6.3#76005)