maxburke commented on pull request #1943: URL: https://github.com/apache/arrow-datafusion/pull/1943#issuecomment-1061423134
> How about trying to test the other type and check the type? I have a vague feeling that there will be some problems of type conversion involved Could you elaborate more on what kinds of issues you are expecting? The crux of this change is that, previously, the types of all `StaticVariable` type expressions was hardcoded to be `DataType::Utf8`; what this change does is add a way of having the variable provider specify the actual type of the value. It does not do any type conversions. -- 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]
