Skip to content
New issue

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

[isthmus] CLI failures in native image due to undefined proxy classes #251

Open
vbarua opened this issue Apr 25, 2024 · 0 comments
Open

Comments

@vbarua
Copy link
Member

vbarua commented Apr 25, 2024

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.

There does appear to be some configuration around proxy classes, but it is possibly insufficient.

["org.apache.calcite.rel.metadata.BuiltInMetadata$ColumnUniqueness$Handler"],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant