mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
fb1c9c46d64004307cdac556724cedf6ef87ff4e
We won't immediately support writing to tables that are not HDFS or have partitions across multiple filesystems. Now that we can load metadata for such tables, let's explicitly disallow this and issue errors. Previously, this was not allowed simply because the metadata load for these kinds of tables would have failed. For now, I've manually tested this change. Once we can actually create tables with these properties, I'll come back and add the test cases (we currently can't even create these tables with our current hive configuration). Change-Id: I3d355b8fecc1babc08de31159b1599ab497b8712 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5141 Reviewed-by: Daniel Hecht <dhecht@cloudera.com> Tested-by: jenkins
Description
Languages
C++
49.6%
Java
29.9%
Python
14.6%
JavaScript
1.4%
C
1.2%
Other
3.2%