-
Notifications
You must be signed in to change notification settings - Fork 0
Patched DF 49.0.2 (revision e) #85
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
Conversation
) Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rceDistribution) which later causes an error during EnforceSort (without our patch). The next DataFusion version 46 upgrade does the proper fix, which is to not insert the coalesce in the first place. test: recreating the iox plan: * demonstrate the insertion of coalesce after the use of column estimates, and the removal of the test scenario's forcing of rr repartitioning test: reproducer of SanityCheck failure after EnforceSorting removes the coalesce added in the EnforceDistribution fix: special case to not remove the needed coalesce
…pache#17003) * Support centroids config for `approx_percentile_cont_with_weight` * Match two functions' signature * Update docs * Address comments and unify centroids config
…ntile_cont_with_weight` (apache#16999) * Add sqllogictests * Allow both new and old sytanx for approx_percentile_cont and approx_percentile_cont_with_weight * Update docs * Add documentation and more tests
* feat: support distinct for window * fix * fix * fisx * fix unparse * fix test * fix test * easy way * add test * add comments
…he#17404) * test: regression test for apache#17372 * test: add more direct regression for apache#17372 * fix: return ALL constants in `EquivalenceProperties::constants`
…he#17431) * feat: Support binary data types for `SortMergeJoin` `on` clause * Add sql level tests for merge join on binary keys --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* test: reproducer of bug * fix: make schema names unique for approx_percentile_cont * test: regression test is now resolved
ad6e7d8 to
938e16a
Compare
938e16a to
ed4f097
Compare
|
Some of the CI errors look like this: https://github.com/influxdata/arrow-datafusion/actions/runs/20307506901/job/58335924285?pr=85
I made an upstream PR a while ago to try and clean this up -- maybe we can can apply the same patch to our fork |
|
I took a look at @alamb suggestion, a few of the jobs are failing for other reasons (a Rust version mismatch). This happens if I try it on |
|
For testing, so closing it out |
Related tracking issue: https://github.com/influxdata/influxdb_iox/issues/15268
Context:
Fix for query cancellation not working on joins:
Included Patches
cooperative()for cancellation support