Skip to content

Conversation

@askoa
Copy link
Contributor

@askoa askoa commented Sep 10, 2022

Which issue does this PR close?

Closes #3434

Are there any user-facing changes?

No breaking change. Documentation change only.

@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2022

Codecov Report

Merging #3436 (39fa4bd) into master (b247204) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3436      +/-   ##
==========================================
- Coverage   85.62%   85.61%   -0.02%     
==========================================
  Files         296      297       +1     
  Lines       54469    54490      +21     
==========================================
+ Hits        46640    46649       +9     
- Misses       7829     7841      +12     
Impacted Files Coverage Δ
datafusion/proto/src/to_proto.rs 52.00% <0.00%> (-0.54%) ⬇️
datafusion/physical-expr/src/aggregate/count.rs 98.05% <0.00%> (ø)
datafusion/physical-expr/src/aggregate/average.rs 94.96% <0.00%> (ø)
...tafusion/physical-expr/src/aggregate/covariance.rs 98.70% <0.00%> (ø)
...sion/physical-expr/src/aggregate/count_distinct.rs 95.00% <0.00%> (ø)
...sical-expr/src/aggregate/approx_percentile_cont.rs 81.54% <0.00%> (ø)
datafusion/common/src/lib.rs 0.00% <0.00%> (ø)
datafusion/expr/src/logical_plan/plan.rs 77.35% <0.00%> (+0.49%) ⬆️
...ion/physical-expr/src/aggregate/approx_distinct.rs 51.85% <0.00%> (+1.85%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @askoa !

| tan(x) | tangent |
| trunc(x) | truncate toward zero |

## Bitwise Operators
Copy link
Contributor

Choose a reason for hiding this comment

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

@alamb alamb merged commit 904b757 into apache:master Sep 12, 2022
@ursabot
Copy link

ursabot commented Sep 12, 2022

Benchmark runs are scheduled for baseline = 447141c and contender = 904b757. 904b757 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

Sign up for free to 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.

Include Bitwise operators in the documentation

4 participants