Skip to content

Support NotLike in Ballista#916

Merged
houqp merged 1 commit intoapache:masterfrom
Dandandan:ballista_serde_not_like
Aug 21, 2021
Merged

Support NotLike in Ballista#916
houqp merged 1 commit intoapache:masterfrom
Dandandan:ballista_serde_not_like

Conversation

@Dandandan
Copy link
Copy Markdown
Contributor

@Dandandan Dandandan commented Aug 21, 2021

Which issue does this PR close?

Closes #915

Rationale for this change

What changes are included in this PR?

Add NotLike operator support / round trip for q13.
Also q8/q9 are added as roundtrip, but as @houqp observed they are very slow probably because of the (unnecessary) cross join and the enormous(!) IO that adds without in-memory handling.

Are there any user-facing changes?

@Dandandan Dandandan added ballista enhancement New feature or request labels Aug 21, 2021
@houqp houqp merged commit 1dab962 into apache:master Aug 21, 2021
@houqp
Copy link
Copy Markdown
Member

houqp commented Aug 21, 2021

Thanks @Dandandan , almost half way there :)

unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
* use nanos for scan time metric

* add note to tuning guide

* remove unused import
H0TB0X420 pushed a commit to H0TB0X420/datafusion that referenced this pull request Oct 7, 2025
* feat: add with_columns

* feat: add top level cast

* chore: improve docstring

---------

Co-authored-by: Tim Saucer <timsaucer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support NotLike operator in Ballista

3 participants