Noemi Pap-Takacs created IMPALA-12717:
-----------------------------------------

             Summary: Fix error message for missing table descriptor in 
hdfs-table-sink.cc
                 Key: IMPALA-12717
                 URL: https://issues.apache.org/jira/browse/IMPALA-12717
             Project: IMPALA
          Issue Type: Bug
          Components: be
            Reporter: Noemi Pap-Takacs


HdfsTableSink::Prepare throws an error if the table descriptor is missing.
The error message should be something like: ‘ERROR: Failed to get table 
descriptor for table id: 0’
Instead it looks like: ‘ERROR: 0ailed to get table descriptor for table id:’
It is likely because of incorrect stringstream usage, overwriting the beginning 
of the message with the table id.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to