[
https://issues.apache.org/jira/browse/HIVE-8848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225921#comment-14225921
]
Hive QA commented on HIVE-8848:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12683492/HIVE-8848.3.patch.txt
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 6683 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.hbase.TestHBaseSerDe.testHBaseSerDeWithAvroExternalSchema
org.apache.hadoop.hive.hbase.TestHBaseSerDe.testHBaseSerDeWithAvroSerClass
org.apache.hadoop.hive.hbase.TestHBaseSerDe.testHBaseSerDeWithHiveMapToHBaseAvroColumnFamily
org.apache.hadoop.hive.serde2.lazy.TestLazyArrayMapStruct.testLazyMapWithBadEntries
org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchEmptyCommit
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1905/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1905/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1905/
Messages:
{noformat}
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: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12683492 - PreCommit-HIVE-TRUNK-Build
> data loading from text files or text file processing doesn't handle nulls
> correctly
> -----------------------------------------------------------------------------------
>
> Key: HIVE-8848
> URL: https://issues.apache.org/jira/browse/HIVE-8848
> Project: Hive
> Issue Type: Bug
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Attachments: HIVE-8848.01.patch, HIVE-8848.2.patch.txt,
> HIVE-8848.3.patch.txt, HIVE-8848.patch
>
>
> I am not sure how nulls are supposed to be stored in text tables, but after
> loading some data with "null" or "NULL" strings, or x00 characters, we get
> bunch of annoying logging from LazyPrimitive that data is not in INT format
> and was converted to null, with data being "null" (string saying "null", I
> assume from the code).
> Either load should load them as nulls, or there should be some defined way to
> load nulls.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)