adriangb commented on code in PR #20202:
URL: https://github.com/apache/datafusion/pull/20202#discussion_r2804845043
##########
datafusion/proto/proto/datafusion.proto:
##########
@@ -896,6 +896,8 @@ message PhysicalExprNode {
UnknownColumn unknown_column = 20;
PhysicalHashExprNode hash_expr = 21;
+
+ PhysicalCastColumnNode cast_column = 22;
Review Comment:
This should be it's own PR. You can make one right now to add
`PhysicalCastColumnNode` and then after merging `OwnedFormatOptions` (or in the
same PR that is added) you can add `message FormatOptions`.
--
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]