yingh0ng opened a new issue, #376: URL: https://github.com/apache/doris-flink-connector/issues/376
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.6.0 ### What's Wrong? my sql exsit filter query but column name is "null". Here is the detailed log: 2024-05-06 09:45:01.836 [flink-akka.actor.default-dispatcher-8970] INFO org.apache.doris.flink.source.DorisSource - Query SQL Sending to Doris FE is: 'select `FINISHEDFLAG_`, `FIELD0006_`, `FIELD0031_`, `FIELD0030_` from `qixi_ods`.`ods_dcb850f793dd87c6ae90e3aa81875608` where (null = 4)'. 2024-05-06 09:45:01.836 [flink-akka.actor.default-dispatcher-8970] INFO org.apache.doris.flink.source.DorisSource - Send request to Doris FE 'http://192.168.9.200:8030/api/qixi_ods/ods_dcb850f793dd87c6ae90e3aa81875608/_query_plan' with user 'root'. 2024-05-06 09:45:01.843 [flink-akka.actor.default-dispatcher-8970] ERROR org.apache.doris.flink.source.DorisSource - Doris FE's response cannot map to schema. res: {"exception":"PlannershouldplanjustonlyoneScanNodebutfound[0]","status":500} Caused by: org.apache.doris.flink.exception.DorisException: Doris FE's response cannot map to schema. res: {"exception":"PlannershouldplanjustonlyoneScanNodebutfound[0]","status":500} at org.apache.doris.flink.rest.RestService.getQueryPlan(RestService.java:653) at org.apache.doris.flink.rest.RestService.findPartitions(RestService.java:620) at org.apache.doris.flink.source.DorisSource.createEnumerator(DorisSource.java:97) at org.apache.flink.runtime.source.coordinator.SourceCoordinator.start(SourceCoordinator.java:222) ### What You Expected? no error. BTW how to disable the pushdown? ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org