Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
columnstore 1.0.11
Description
查询:select id,update_time from streaming_customer_info limit 10
错误代码: 1815
Internal error: An unexpected condition within the query caused an internal processing error within InfiniDB. Please check the log files for more details. Additional Information: error in BatchPrimitiveProces
-------------------------------
schema
-----------------------------
CREATE TABLE `streaming_customer_info` (
`id` bigint(20) DEFAULT NULL ,
`create_time` datetime DEFAULT NULL ,
`update_time` datetime DEFAULT NULL ,
`work_id` bigint(20) DEFAULT NULL ,
`name` varchar(64) DEFAULT NULL ,
`id_no` varchar(128) DEFAULT NULL ,
`register_mobile` varchar(255) DEFAULT NULL ,
`age` int(11) DEFAULT NULL ,
`education` int(11) DEFAULT NULL ,
`salary` varchar(16) DEFAULT NULL ,
`entry_month_count` int(11) DEFAULT NULL ,
`house` int(11) DEFAULT NULL ,
`married` int(11) DEFAULT NULL ,
`children` int(11) DEFAULT NULL ,
`register_email` varchar(256) DEFAULT NULL ,
`register_qq` varchar(16) DEFAULT NULL ,
`company_mobile` varchar(255) DEFAULT NULL,
`bind_bank_no` varchar(128) DEFAULT NULL ,
`bind_bank_mobile` varchar(255) DEFAULT NULL ,
`relative_mobile_1` varchar(255) DEFAULT NULL ,
`relative_mobile_2` varchar(255) DEFAULT NULL,
`relative_mobile_3` varchar(255) DEFAULT NULL,
`mac_id` varchar(64) DEFAULT NULL,
`user_day_login_count` int(11) DEFAULT NULL,
`user_hour_login_count` int(11) DEFAULT NULL,
`user_login_count` int(11) DEFAULT NULL,
`bind_bank_fail_count` int(11) DEFAULT NULL,
`buy_num_flag` varchar(32) DEFAULT NULL,
`student_score` int(11) DEFAULT '300',
`job` int(11) DEFAULT NULL,
`is_true_count` int(11) DEFAULT NULL,
`gender` tinyint(4) DEFAULT NULL,
`city_code` int(11) DEFAULT NULL,
`photo_json_info` varchar(1000) DEFAULT NULL
) ENGINE=Columnstore DEFAULT CHARSET=utf8;
---------------------------------------------------------------------------