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

Trino-LanceDB plugin #21880

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Conversation

walterddr
Copy link
Member

Description

Initial version of Trino-LanceDB plugin

Copy link

cla-bot bot commented May 9, 2024

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

@mosabua mosabua requested review from electrum, ebyhr, martint and dain and removed request for ebyhr May 9, 2024 22:55
</dependency>
</dependencies>

<repositories>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has to be removed

<dependency>
<groupId>com.lancedb</groupId>
<artifactId>lance-core</artifactId>
<version>0.1-SNAPSHOT</version>
Copy link
Member

@mosabua mosabua May 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the merge this will have to be an actual release available in Maven Central .. I can help with getting that going if needed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you can switch to 0.0.1 now .. also introduce a property dep.lancedb.version and use it in both dependencies

Copy link
Member Author

@walterddr walterddr May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i released it with just the osx binary. i think we need the ubuntu release version at least to get CI to green. will prep another one but should be quick

Copy link

cla-bot bot commented May 12, 2024

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

2 similar comments
Copy link

cla-bot bot commented May 21, 2024

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

Copy link

cla-bot bot commented May 22, 2024

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

Copy link

cla-bot bot commented May 22, 2024

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

@mosabua
Copy link
Member

mosabua commented May 27, 2024

We should add documentation and the logo as well and maybe take this out of draft mode for first feedback and testing.

@walterddr
Copy link
Member Author

We should add documentation and the logo as well and maybe take this out of draft mode for first feedback and testing.

yes. will do once we get a green CI, (also with documentation + logo)

Copy link

cla-bot bot commented May 30, 2024

Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla

@walterddr
Copy link
Member Author

We should add documentation and the logo as well and maybe take this out of draft mode for first feedback and testing.

yes. will do once we get a green CI, (also with documentation + logo)

upgraded to a test release version. PTAL @mosabua. i think lance is still working on a x-platform release so we might still bump the version later. but this should work for linux x86 platform
also i think i signed and email the CLA but not sure why CI bot is still saying otherwise. please kindly check

@mosabua
Copy link
Member

mosabua commented May 30, 2024

CLA processing is a bit behind .. no worries. We can still proceed with reviewing and such

@cla-bot cla-bot bot added the cla-signed label May 31, 2024
@walterddr walterddr force-pushed the trino_lance_plugin_init branch 2 times, most recently from eb8ff88 to c5d4095 Compare June 1, 2024 16:31
@walterddr walterddr changed the title [draft] Trino-LanceDB plugin Trino-LanceDB plugin Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants