Skip to content

reuse code for now function expr creation - #548

Merged
alamb merged 2 commits into
apache:masterfrom
houqp:qp_now
Jun 14, 2021
Merged

reuse code for now function expr creation#548
alamb merged 2 commits into
apache:masterfrom
houqp:qp_now

Conversation

@houqp

Copy link
Copy Markdown
Member

Rationale for this change

Move self contained change from #55 to separate PR to help reduce code review load.

What changes are included in this PR?

Reuse code for now function expr creation and fix TODO item in code.

Are there any user-facing changes?

no

ctx_state.execution_props.query_execution_start_time,
));

// TODO refactor code to not return here, but instead fall through below

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

This is the TODO item that gets addressed in this PR.

@houqphouqp mentioned this pull request Jun 13, 2021
3 tasks
@codecov-commenter

codecov-commenter commented Jun 13, 2021

Copy link
Copy Markdown

Codecov Report

Merging #548 (5083dfe) into master (d382854) will decrease coverage by 0.00%.
The diff coverage is 73.33%.

Impacted file tree graph

@@ Coverage Diff @@## master #548 +/- ##
==========================================
- Coverage 76.09% 76.08% -0.01% 
==========================================
Files 156 156 Lines 27047 27040 -7 ==========================================
- Hits 20581 20574 -7 
Misses 6466 6466 
Impacted FilesCoverage Δ
datafusion/src/physical_plan/functions.rs92.66% <73.33%> (-0.04%)⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d382854...5083dfe. Read the comment docs.

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

looks good to me

@alamb
alamb merged commit fe810e9 into apache:masterJun 14, 2021
unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
* disable xxhash64 by default
* fix regressions
Sign up for freeto 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.

3 participants

@houqp@codecov-commenter@alamb