alamb opened a new issue, #12117: URL: https://github.com/apache/datafusion/issues/12117
### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/11752 We are trying to enable DataFusion to use StringViewArray by default. If we do that it means `ScalarValue::Utf8View` and `ScalarValue::BinaryView` will be more likely to be used in plans ### Describe the solution you'd like Thus we need to ensure `ScalarValue::Utf8View` and `ScalarValue::BinaryView` can be serialized using datafusion-proto ### Describe alternatives you've considered I recommend adding coverage for `ScalarValue::Utf8View` and `ScalarValue::BinaryView to the tests here https://github.com/apache/datafusion/blob/cb1e3f0e5cfd04195ae0c933b74f3eb3fcbe1b45/datafusion/proto/tests/cases/roundtrip_logical_plan.rs#L1233-L1234 And then update the code to get the tests to pass ### Additional context _No response_ -- 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]
