hiltontj commented on issue #9738: URL: https://github.com/apache/arrow-datafusion/issues/9738#issuecomment-2015585927
@alamb - this is the specific error that we have run into: https://github.com/apache/arrow-datafusion/blob/47f4b5a67ac3b327764cbd4c0f42da7ac44854e5/datafusion/common/src/param_value.rs#L96-L98 We are using a map of named parameters, and not a list, but the `Internal` errors returned from the same function for indexed list parameters there could potentially get similar treatment. -- 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]
