Skip to content

Fix substrait issue. Fix clippy warnings. Fix pyo3 upgrade lint#2

Closed
westonpace wants to merge 20 commits intorerun-io:jleibs/update_arrow_datafusionfrom
westonpace:jleibs/update_arrow_datafusion
Closed

Fix substrait issue. Fix clippy warnings. Fix pyo3 upgrade lint#2
westonpace wants to merge 20 commits intorerun-io:jleibs/update_arrow_datafusionfrom
westonpace:jleibs/update_arrow_datafusion

Conversation

@westonpace
Copy link
Copy Markdown

No description provided.

SaintBacchus and others added 2 commits December 2, 2024 12:20
…sk (lance-format#3183)

Now `FileFragment::create` only support create one file fragment and in
spark connector will cause these two issues:
1. if the spark task is empty, this api will have exception since there
is no data to create the fragment.
2. if the task data stream is very large, it will generate a huge file
in lance format. It is not friendly for spark parallism.

So I remove the assigned fragment id and add a new method named
`FileFragment::create_fragments` to generate empty or multi fragments.


![image](https://github.com/user-attachments/assets/54fb2497-8163-4652-9e0b-d50a88fade53)
@github-actions github-actions Bot added the python label Dec 3, 2024
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 3, 2024

ACTION NEEDED
Lance follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

For details on the error please inspect the "PR Title Check" action.

westonpace and others added 16 commits December 2, 2024 18:22
…le columns (lance-format#3189)

fix lance-format#3188

---------

Signed-off-by: BubbleCal <bubble-cal@outlook.com>
…3197)

`.java-version` is generated automatically by
[jenv](https://www.jenv.be/). Jenv is a very popular tool that is used
to manage java environment.
support drop dataset for python & java.
support 'drop table' & 'create or replace table' for spark

---------

Co-authored-by: Will Jones <willjones127@gmail.com>
@github-actions github-actions Bot added the java label Dec 4, 2024
@westonpace westonpace closed this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants