Kunal Siyag has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23882
Change subject: IMPALA-12918: Validate numeric values for table stats properties ...................................................................... IMPALA-12918: Validate numeric values for table stats properties Added validation to ensure that table stats properties (numRows, totalSize, rawDataSize) contain valid numeric values in ALTER TABLE SET TBLPROPERTIES statements. Empty strings and non-numeric values will now cause an AnalysisException to be thrown. Testing: - Added tests in AnalyzeDDLTest.java to verify validation logic Change-Id: I8a9515f92eb1fa74fa5a5d62e8f8f0f0a5c47abc --- M fe/src/main/java/org/apache/impala/analysis/AlterTableSetTblProperties.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java 2 files changed, 51 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/23882/1 -- To view, visit http://gerrit.cloudera.org:8080/23882 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8a9515f92eb1fa74fa5a5d62e8f8f0f0a5c47abc Gerrit-Change-Number: 23882 Gerrit-PatchSet: 1 Gerrit-Owner: Kunal Siyag <[email protected]>
