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

Updated DF (patched) branch to Nov-11. #50

Draft
wants to merge 9 commits into
base: base-nov-11
Choose a base branch
from

Conversation

wiedld
Copy link
Collaborator

@wiedld wiedld commented Dec 19, 2024

This takes us up to Nov-11 SHA cadeb53

It advances DF by adding these oct-31 to nov-11 commits: f23360f...influxdata:arrow-datafusion:cadeb53e4ad36a6a12238e3acc833c6405c75dd2

EARs fixed:

  • we advance past the Nov-3 commit requested in this EAR: 5575
  • we cherry-picked Dec-3 SHA apache@86740bf for EAR 5776

Patches applied:

  • Patches already fixed in future upstream commits:

  • Patches still not fixed:

  • Patches specific to our DF branch (no need for upstream fix):

    • bit_length(utf8view) patch: 90423e2
    • we are keeping in the warn logging for the schema mismatch. (Upstream only returns error, or not, based on schema misalignment): our patch 69d6118
    • we are using an extra few bytes for the GroupedHashAggregateStream: 50e1209
    • NEWLY ADDED: our sqllogictests for string LIKE are now matching the updated output after the arrow-rs 53.3.0 upgrade. See commit with message and link: 7a0dd9d
  • tech debt to be fixed:

    • we are keeping in the warn logging for the schema mismatch. (Upstream only returns error, or not, based on schema misalignment): our patch 69d6118

@wiedld
Copy link
Collaborator Author

wiedld commented Dec 19, 2024

NEWLY ADDED: our sqllogictests for string LIKE are now matching the updated output after the arrow-rs 53.3.0 upgrade. See commit with message and link: 7a0dd9d

Make sure to pay attention to this newly added patch: 7a0dd9d

…e#13540)

* Add generate_series() udtf

* liscence

* fix examples

* clippy

* comments

* singleton udtf init

* StreamingMemoryExec -> LazyMemoryExec

* use RwLock

* test udf+udtf generate_series() in the same sql

* CI

* CI

* small fixes
@wiedld wiedld force-pushed the chore/df-upgrade-nov-11-patched branch from d058adf to d01ae57 Compare December 19, 2024 21:14
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.

3 participants