Renkai Ge
Renkai Ge
included in https://github.com/eto-ai/lance/pull/274
Do you have a tutorial on how to organize the docs?
Just add an `rst` file in `/doc`, then Github can automatically regenerate the docs site?
Do you have a concrete code/resource path to reproduce? `http://s3-labeling.foo.com/bucket/path/stageB_lance_test/2023-02-25/9940C/data/6746943f-bdec-48d9-8701-522277132e56.lance` is available but I guess that part of a bigger path?
I will work on this.
call it /scala is fine for me, for me it implies the directory is optimized for scala users though it's also workable for other jvm users.
> Should a `java` sdk be the core so that it will be later used by scala / kotlin or sth else? I think so, that's one reason I want...
If we use write append `dataset_new` on `dataset_v0`, the value of `dataset_v1` should be `dataset_v0 union dataset_new` right? Does our current implementation have a schema check before the union?
I want the Scala part be an example, and the java part be the lance SDK. But there are some reasons we can't just mimic the python code. * Python...
I have read several posts in the arrow java index, though it may take some time and practice to have a better understanding of its full design. Do you mean...