Fredy Wijaya has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12217
Change subject: IMPALA-7679: Improve error message when adding NULL column in CTAS ...................................................................... IMPALA-7679: Improve error message when adding NULL column in CTAS This patch improves the error message to be more helpful when inserting a NULL column in CTAS without an explicit cast due to the inability to infer the column type. Testing: - Added a new test - Ran all FE tests Change-Id: Ia2fe1fc96f0650477c0e897c010be3fadabfaf82 --- M fe/src/main/java/org/apache/impala/analysis/CreateTableAsSelectStmt.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java 2 files changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/12217/2 -- To view, visit http://gerrit.cloudera.org:8080/12217 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia2fe1fc96f0650477c0e897c010be3fadabfaf82 Gerrit-Change-Number: 12217 Gerrit-PatchSet: 2 Gerrit-Owner: Fredy Wijaya <[email protected]>
