paleolimbot commented on PR #110:
URL: https://github.com/apache/datafusion-java/pull/110#issuecomment-4720062789
You're kind to try all these!
> However I think if we use the substrait interface instead of the SQL
interface then that argument disappears.
Also note that while these names are "substrait" and "SQL", the only API
requirement is that the first one is "bytes" and the second one is "string". We
can and should (personal opinion) abuse them (e.g.,
`statement.set_option("datafusion.query_format", "protobuf")`,
`statement.set_option("datafusion.statement.filters", b"xxxxx")`).
--
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]