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

feat(java): add lance jni create empty dataset, create fragment, and get schema #2175

Merged
merged 3 commits into from
Apr 14, 2024

Conversation

LuQQiu
Copy link
Collaborator

@LuQQiu LuQQiu commented Apr 10, 2024

Add lance_jni create empty dataset, create fragment, and get schema

@@ -47,6 +47,10 @@ pub enum Error {
Arrow { message: String, location: Location },
#[snafu(display("Index error: {}, location", message))]
Index { message: String, location: Location },
#[snafu(display("Dataset not found error: {}", path))]
DatasetNotFound { path: String },
Copy link
Contributor

Choose a reason for hiding this comment

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

can we also add location for these two ? so that we can know where the error was raised.

@LuQQiu LuQQiu merged commit 4b5ee8b into lancedb:main Apr 14, 2024
2 checks passed
@LuQQiu LuQQiu deleted the jniChanges branch April 14, 2024 15:55
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

Successfully merging this pull request may close these issues.

2 participants