回复: orc table could not execute insert statement

2020-03-18 Thread wangl...@geekplus.com.cn
lus.com.cn 发件人: wangl...@geekplus.com.cn 发送时间: 2020-03-19 11:12 收件人: user 主题: orc table could not execute insert statement CREATE TABLE `robot_tr`(`robot_id` int, `robot_time` bigint, `linear_velocity` double, `track_side_error` int) partitioned by (warehouseid STRING) stored as orc Then i

orc table could not execute insert statement

2020-03-18 Thread wangl...@geekplus.com.cn
CREATE TABLE `robot_tr`(`robot_id` int, `robot_time` bigint, `linear_velocity` double, `track_side_error` int) partitioned by (warehouseid STRING) stored as orc Then insert into robot_tr (robot_id, robot_time, linear_velocity, track_side_error, warehouseid) VALUES (1,2, 3.4, 4, 'one'). It