zeroshade commented on PR #440: URL: https://github.com/apache/arrow-go/pull/440#issuecomment-3071526078
The issue is that substrait only has "string", so basically you're gonna get back whatever your input had. If your input field ref was a large string, you'll get that back, if it's just string, you'll get that. Without this change, you simply can't use large string or large binary with Execute scalar expression at all. And yes, we're gonna have to probably do this with string view when it ends up more in use (the compute kernels don't support it yet anyways) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org