aoyuEra commented on issue #282:
URL: 
https://github.com/apache/doris-spark-connector/issues/282#issuecomment-2713684880

   Thank you very much. I have just learned how to use Spark to access Doris 
recently.
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   At 2025-03-11 18:20:58, "gnehil" ***@***.***> wrote:
   
   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.
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you were mentioned.Message ID: ***@***.***>
   
   gnehil left a comment (apache/doris-spark-connector#282)
   
   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.
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you were mentioned.Message ID: ***@***.***>


-- 
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

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

Reply via email to