kangpinghuang opened a new issue #789: load will core dump when there is hll column in table URL: https://github.com/apache/incubator-doris/issues/789 **Describe the bug** table: create table test_query_qa.test(k1 tinyint, k2 smallint, k3 int, k4 bigint, k5 decimal(9,3), k6 char(5), k10 date, k11 datetime, k7 varchar(20), k8 double max, k9 float sum) engine=olap distributed by hash(k1) buckets 5 properties("storage_type"="column") load: curl --location-trusted -u root: -T ./data/init/hdfs/data/qe/xaaa http://nmg01-inf-dorishb00.nmg01.baidu.com:8038/api/test_query_qa/test/_stream_load?label=table5_20170709 use asan to compile the BE, It will lead to core dump
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
