[ https://issues.apache.org/jira/browse/HIVE-20698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16640854#comment-16640854 ]
Hive QA commented on HIVE-20698: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12942616/HIVE-20698.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 14999 tests executed *Failed tests:* {noformat} TestMiniLlapLocalCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=170) [authorization_view_8.q,vector_groupby_grouping_sets5.q,orc_llap.q,cbo_gby.q,bucket_num_reducers_acid2.q,auto_sortmerge_join_1.q,results_cache_empty_result.q,lineage3.q,results_cache_quoted_identifiers.q,q93_with_constraints.q,unionDistinct_3.q,vector_struct_in.q,bucketmapjoin3.q,current_date_timestamp.q,orc_ppd_schema_evol_2a.q,partition_ctas.q,vector_windowing_multipartitioning.q,schema_evol_text_vec_table.q,vectorized_join46.q,mm_loaddata.q,orc_ppd_date.q,retry_failure.q,multiMapJoin1.q,vector_outer_join1.q,vector_char_simple.q,dynpart_sort_optimization_acid.q,llap_decimal64_reader.q,vectorization_input_format_excludes.q,leftsemijoin.q,special_character_in_tabnames_1.q] org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[mapjoin_memcheck] (batchId=45) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[stat_estimate_related_col] (batchId=43) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14278/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14278/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14278/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12942616 - PreCommit-HIVE-Build > Better error instead of NPE when timestamp is null for any row when ingesting > to druid > -------------------------------------------------------------------------------------- > > Key: HIVE-20698 > URL: https://issues.apache.org/jira/browse/HIVE-20698 > Project: Hive > Issue Type: Improvement > Components: Druid integration > Reporter: Nishant Bangarwa > Assignee: Nishant Bangarwa > Priority: Major > Attachments: HIVE-20698.patch > > > Currently when ingesting data to druid we get a wierd NPE when timestamp is > null for any row. > We should provide an error with a better message which helps user to know > what is actually wrong. > {code} > Caused by: java.lang.NullPointerException > at > org.apache.hadoop.hive.druid.serde.DruidSerDe.serialize(DruidSerDe.java:364) > at > org.apache.hadoop.hive.ql.exec.FileSinkOperator.process(FileSinkOperator.java:957) > at > org.apache.hadoop.hive.ql.exec.vector.VectorFileSinkOperator.process(VectorFileSinkOperator.java:111) > at org.apache.hadoop.hive.ql.exec.Operator.vectorForward(Operator.java:965) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:938) > at > org.apache.hadoop.hive.ql.exec.vector.VectorSelectOperator.process(VectorSelectOperator.java:158) > at > org.apache.hadoop.hive.ql.exec.tez.ReduceRecordSource.processVectorGroup(ReduceRecordSource.java:480) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)