-
Notifications
You must be signed in to change notification settings - Fork 337
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
[Bug report] Gravitino-trino-connector is incompatible with Trino-435 #2376
Comments
@diqiu50 can you please take a look at this? |
In the directory of the
I replaced the trino-plugin-toolkit-426.jar with trino-plugin-toolkit-435.jar, and now the graviton-connector works on Trino-435 So we need to find a way to solve this version issue. |
I think you should not include trino dependencies, perhaps you may need to change the dependency from implementation to compileOnly? |
Yes, he is going to remove all trino-related jars from the runtime class path. |
@diqiu50 Hi bro, just for your information. There is another case that shows a different error stack trace. When the node is a worker rather than a coodirator, the error msg is the following: |
Ok, I will test it later |
…e with Trino-435 (#2391) ### What changes were proposed in this pull request? Remove the Trino runtime dependency to avoid version incompatibility. Our Trino-connector uses Trino-426 for development. The AllowAllAccessControl dependency, trino-toolkit-426.jar, causes compatibility issues with Trino-426 ### Why are the changes needed? Fix: #2376 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Manually testing in Trino-435
@jerryshao, of course: #2428 |
…patible with Trino-435 (apache#2391) ### What changes were proposed in this pull request? Remove the Trino runtime dependency to avoid version incompatibility. Our Trino-connector uses Trino-426 for development. The AllowAllAccessControl dependency, trino-toolkit-426.jar, causes compatibility issues with Trino-426 ### Why are the changes needed? Fix: apache#2376 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Manually testing in Trino-435
…incompatible with Trino-435 (#2429) ### What changes were proposed in this pull request? Remove the Trino runtime dependency to avoid version incompatibility. Our Trino-connector uses Trino-426 for development. The AllowAllAccessControl dependency, trino-toolkit-426.jar, causes compatibility issues with Trino-426 ### Why are the changes needed? Fix: #2376 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Manually testing in Trino-435
Version
main branch
Describe what's wrong
Hello fellows
There are some problems when gravitino-trino-connector(0.4.0) is working with Trino-435. I guess Trino-435 has some new interfaces that the connector has not yet implemented. Error information is as follows.
Error message and/or stacktrace
How to reproduce
0.4.0 or above
Additional context
No response
The text was updated successfully, but these errors were encountered: