We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Queries like
./isthmus -c 'CREATE TABLE foo(a VARCHAR);' "SELECT a FROM foo"
work in Isthmus, however when a GROUP BY is added
./isthmus -c 'CREATE TABLE foo(a VARCHAR);' "SELECT a FROM foo GROUP BY a"
The CLI fails with
Proxy class defined by interfaces [interface org.apache.calcite.rel.metadata.BuiltInMetadata$ColumnUniqueness] not found.
This also appears to happen with SELECT DISTINCT queries.
SELECT DISTINCT
There does appear to be some configuration around proxy classes, but it is possibly insufficient.
substrait-java/isthmus/proxies.json
Line 6 in ce0f1ee
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Queries like
work in Isthmus, however when a GROUP BY is added
The CLI fails with
This also appears to happen with
SELECT DISTINCT
queries.There does appear to be some configuration around proxy classes, but it is possibly insufficient.
substrait-java/isthmus/proxies.json
Line 6 in ce0f1ee
The text was updated successfully, but these errors were encountered: