-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add Yugabyte connector #5708
Add Yugabyte connector #5708
Conversation
presto-yugabyte/src/main/java/io/prestosql/plugin/yugabyte/YugabytePlugin.java
Outdated
Show resolved
Hide resolved
presto-yugabyte/src/main/java/io/prestosql/plugin/yugabyte/YugabytePlugin.java
Outdated
Show resolved
Hide resolved
@tedyu Would it be possible to add a
|
When building the module with dependency on 3.2.0-yb-19-1 of yugabyte-driver, I got the following warning:
|
You should be able to use |
@tedyu can you make sure the build is green? |
@findepi Please take another look. |
@findepi |
@tedyu Could you add tests as suggested in #5708 (comment)? |
I have other priorities at day job. Can we do that later ? |
ping @findepi to see if this can go in. thanks |
@findepi |
@tedyu thanks for removing some test dependencies. Can you remove those remaining ones as well please? |
@findepi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ebyhr PTAL
@tedyu I'm testing this PR locally, but it throws NPE during servrer initialization. Is this PR working in your environment?
|
@ebyhr thanks for catching this this means it's not so simple. we should add
|
With upcoming Holidays, response may be slow. |
@tedyu Are you still working on this? Do you mind if someone take over this? |
Taking over for creating presto-yugabyte module ? Sure. |
I'm trying the Yugabyte driver locally and realized a new schema or table still doesn't appear when listing in Trino. It seems the root cause is I would check if we can just fix in Cassandra connector. |
About bootstrap issue #5708 (comment), |
As far as I know, YCQL and YSQL are independent (= tables created in YCQL doesn't appear in YSQL). We may want to avoid just |
👋 @tedyu @ebyhr - this PR has become inactive. If you're still interested in working on it, please let us know. We're working on closing out old and inactive PRs, so if you're too busy or this has too many merge conflicts to be worth picking back up, we'll be making another pass to close it out in a few weeks. |
This creates presto-yugabyte module
Part of #5352