manannan2017 opened a new issue #2428: 【sql mode】when broker load data,the result is NULL 除了第一行 Except for the first line URL: https://github.com/apache/incubator-doris/issues/2428 1、table: 2、set sql_mode = “PIPES_AS_CONCAT” 1> the origin data:  2>broker load sql(include || operator): INTO TABLE tb COLUMNS TERMINATED BY "\t" (`v1`, `v2`, `v3`, `v4`, `v5`, `v6`, `v10`, `v11`, `v7`, `v8`, `v9`) SET(k1=(v1 || 10),** k2=(v2), k3=v3, k4=v4, k5=v5, k6=nullif(v6, "false"), k7=v7, k10=v10, k11=v11, k8=v8, k9=v9)) WITH BROKER "hdfs" (...) 3> the result ()is : 
---------------------------------------------------------------- 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]
