JNSimba commented on code in PR #339: URL: https://github.com/apache/doris-spark-connector/pull/339#discussion_r2377998984
########## spark-doris-connector/spark-doris-connector-it/src/test/resources/container/ddl/read_filter_pushdown.sql: ########## @@ -0,0 +1,29 @@ +DROP TABLE IF EXISTS tbl_expression_notpushdown; +CREATE TABLE tbl_expression_notpushdown ( + ID decimal(38,10) NULL, + NAME varchar(300) NULL, + AGE decimal(38,10) NULL, + CREATE_TIME datetime(3) NULL, + A1 varchar(300) NULL, + A2 varchar(300) NULL, + A3 varchar(300) NULL, + A4 varchar(300) NULL, + __source_ts_ms bigint NULL COMMENT "数据采入kafka的时间戳(集成任务自建)", + __op varchar(10) NULL COMMENT "操作类型 c:增加 u:更新 d:删除(集成任务自建)r:稽核后补采", + __table varchar(100) NULL COMMENT "源表表名(集成任务自建)", + __db varchar(50) NULL COMMENT "源库名称(集成任务自建)", + __deleted varchar(10) NULL COMMENT "删除标志:false代表有效,true代表已删除(集成任务自建)", + __dt datetime NULL COMMENT "入库时间,分区字段(集成任务自建)" Review Comment: comment need english or remove -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
