alamb commented on issue #7165:
URL: 
https://github.com/apache/arrow-datafusion/issues/7165#issuecomment-1664170430

   We could potentially propose changing canonical_name - however as I recall 
that function is used to create the column names so it might have a large 
change.
   
   Another possibility, which is somewhat of a hack, might be to add a expr 
rewrite pass parsing stuff like `c = Int32(1)` that rewrites `Function: 
int32(arg)` --> ScalarValue::Int32
   
   


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

Reply via email to