gnehil commented on issue #282: URL: https://github.com/apache/doris-spark-connector/issues/282#issuecomment-2713540689
I guess you want to push the case when expression in select to doris side for execution, but this may not work when reading through thrift. Because when reading through thrift, doris result sink does not support column projection and expression calculation. You can try to implement projection pushdown in arrow flight sql mode. -- 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]
