We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前测试情况: hive版本为YDH默认版本 impala测试版本为(2.6.0-cdh5.8.5, 2.6.0-cdh5.8.0, 2.5.0-cdh5.7.0) 测试用表: CREATE TABLE backup.test ( name STRING ) PARTITIONED BY ( id INT ); 测试用动态分区语句: insert into table backup.test partition(id) select 'a',1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前测试情况:
hive版本为YDH默认版本
impala测试版本为(2.6.0-cdh5.8.5, 2.6.0-cdh5.8.0, 2.5.0-cdh5.7.0)
测试用表:
CREATE TABLE backup.test ( name STRING ) PARTITIONED BY ( id INT );
测试用动态分区语句:
insert into table backup.test
partition(id)
select 'a',1
The text was updated successfully, but these errors were encountered: