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

Feature Add Monotonic Definition #59

Closed
wants to merge 68 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
a2919b6
add monotonic function definitions for aggregate expressions
mertak-synnada Jan 16, 2025
14109e6
fix benchmark results
mertak-synnada Jan 16, 2025
b3d75ba
set prefer_existing_sort to true in sqllogictests
mertak-synnada Jan 17, 2025
549502e
set prefer_existing_sort to true in sqllogictests
mertak-synnada Jan 17, 2025
623e0c5
fix typo
mertak-synnada Jan 17, 2025
6a9d24e
Merge branch 'refs/heads/apache_main' into feature/monotonic-sets
mertak-synnada Jan 20, 2025
53ee3de
re-add test_utils.rs changes to the new file
mertak-synnada Jan 20, 2025
97d8951
clone input with Arc
mertak-synnada Jan 20, 2025
cc33031
Merge branch 'refs/heads/apache_main' into feature/monotonic-sets
mertak-synnada Jan 22, 2025
41d9430
Merge branch 'refs/heads/apache_main' into feature/monotonic-sets
mertak-synnada Jan 23, 2025
e988dcf
inject aggr expr indices
mertak-synnada Jan 23, 2025
906245e
remove redundant file
mertak-synnada Jan 23, 2025
475fe2d
add Sum monotonicity
mertak-synnada Jan 24, 2025
57e000e
fix sql logic tests
mertak-synnada Jan 24, 2025
ca57f46
fix sql logic tests
mertak-synnada Jan 24, 2025
6cf9644
Merge branch 'refs/heads/apache_main' into feature/monotonic-sets
mertak-synnada Jan 24, 2025
072e6ef
update docs
mertak-synnada Jan 24, 2025
7d62cb0
Merge branch 'apache_main' into feature/monotonic-sets
berkaysynnada Jan 28, 2025
491aabe
review part 1
berkaysynnada Jan 28, 2025
71996fb
make AnalysisContext aware of empty sets to represent certainly false…
buraksenn Jan 28, 2025
1920771
Add relation to alias expr in schema display (#14311)
phisn Jan 28, 2025
8d542ec
Improve deprecation message for MemoryExec (#14322)
alamb Jan 28, 2025
dc445a1
fix: LogicalPlan::get_parameter_types fails to return all placeholder…
dhegberg Jan 28, 2025
ecc5694
fix: FULL OUTER JOIN and LIMIT produces wrong results (#14338)
zhuqi-lucas Jan 28, 2025
7f0c71b
Customize window frame support for dialect (#14288)
Sevenannn Jan 28, 2025
d051731
refactor: switch BooleanBufferBuilder to NullBufferBuilder in a unit …
Chen-Yuan-Lai Jan 28, 2025
f8063e8
Add `ColumnStatistics::Sum` (#14074)
gatesn Jan 28, 2025
3a991e6
refactor: switch BooleanBufferBuilder to NullBufferBuilder in unit te…
Chen-Yuan-Lai Jan 28, 2025
a4917d4
Increase MSRV to 1.81.0 (#14330)
alamb Jan 28, 2025
66b4da2
Fix build due to logical error (#14345)
alamb Jan 29, 2025
972c56f
fix the tests
berkaysynnada Jan 29, 2025
4b946b3
revert slt's
berkaysynnada Jan 29, 2025
481b5b4
simplify terms
berkaysynnada Jan 29, 2025
29af731
Update mod.rs
berkaysynnada Jan 29, 2025
1f02953
remove unnecessary computations
berkaysynnada Jan 29, 2025
79dd942
remove index calc
berkaysynnada Jan 29, 2025
247d5fe
Update mod.rs
berkaysynnada Jan 29, 2025
16bdac4
Apply suggestions from code review
ozankabak Jan 29, 2025
1875336
add slt
berkaysynnada Jan 29, 2025
8464f0a
chore(deps): bump serde_json from 1.0.137 to 1.0.138 in /datafusion-c…
dependabot[bot] Jan 29, 2025
50ac43d
chore(deps): bump tempfile from 3.15.0 to 3.16.0 in /datafusion-cli (…
dependabot[bot] Jan 29, 2025
2a8b885
Update version in `datafusion-cli/Dockerfile` to 1.81 (#14344)
alamb Jan 29, 2025
62000b4
perf(array-agg): add fast path for array agg for `merge_batch` (#14299)
rluvaton Jan 29, 2025
1da5252
moving memory.rs out of datafusion/core (#14332)
logan-keede Jan 29, 2025
d18a1d3
refactor: switch `BooleanBufferBuilder` to `NullBufferBuilder` in bin…
Chen-Yuan-Lai Jan 29, 2025
5897438
Restore ability to run single SLT file (#14355)
findepi Jan 29, 2025
3f48520
chore(deps): bump home from 0.5.9 to 0.5.11 in /datafusion-cli (#14257)
dependabot[bot] Jan 29, 2025
a93b4de
chore(deps): bump aws-sdk-ssooidc in /datafusion-cli (#14314)
dependabot[bot] Jan 29, 2025
2510e34
fix: LimitPushdown rule uncorrect remove some GlobalLimitExec (#14245)
zhuqi-lucas Jan 29, 2025
60c0fb8
refactor: switch `BooleanBufferBuilder` to `NullBufferBuilder` in sin…
Chen-Yuan-Lai Jan 29, 2025
707f673
Issue-14216 - Support arrays_overlap function (#14217)
erenavsarogullari Jan 29, 2025
99f907b
chore(deps): bump rustyline from 14.0.0 to 15.0.0 in /datafusion-cli …
dependabot[bot] Jan 29, 2025
ba7b94f
remove aggregate changes, tests already give expected results
berkaysynnada Jan 30, 2025
2152b7f
fix clippy
berkaysynnada Jan 30, 2025
0d367dd
chore(deps): bump aws-sdk-sts from 1.51.0 to 1.57.0 in /datafusion-cl…
dependabot[bot] Jan 30, 2025
51a23cf
chore(deps): bump aws-sdk-sso from 1.50.0 to 1.56.0 in /datafusion-cl…
dependabot[bot] Jan 30, 2025
b79efc0
chore(deps): bump korandoru/hawkeye from 5 to 6 (#14354)
dependabot[bot] Jan 30, 2025
7822613
remove one row sorts
berkaysynnada Jan 30, 2025
5e9b2db
Improve comments
ozankabak Jan 30, 2025
7efa2f3
chore(deps): bump aws-sdk-ssooidc in /datafusion-cli (#14369)
dependabot[bot] Jan 30, 2025
0edc3d9
Minor: include the number of files run in sqllogictest display (#14359)
alamb Jan 30, 2025
54d62d6
Use a short name for set monotonicity
ozankabak Jan 30, 2025
29e9a1c
removed (#14370)
buraksenn Jan 30, 2025
c077ef5
move information_schema to datafusion-catalog (#14364)
logan-keede Jan 30, 2025
07ee09a
Unpin aws sdk dependencies (#14361)
alamb Jan 30, 2025
11435de
Core: Fix incorrect searched CASE optimization (#14349)
findepi Jan 30, 2025
53728b3
Improve speed of `median` by implementing special `GroupsAccumulator…
Rachelint Jan 31, 2025
1146811
Merge branch 'main' into feature/monotonic-sets
ozankabak Jan 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Check License Header
steps:
- uses: actions/checkout@v4
- uses: korandoru/hawkeye@v5
- uses: korandoru/hawkeye@v6

prettier:
name: Use prettier to check formatting of documents
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Check License Header
steps:
- uses: actions/checkout@v4
- uses: korandoru/hawkeye@v5
- uses: korandoru/hawkeye@v6

# Check crate compiles and base cargo check passes
linux-build-lib:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ homepage = "https://datafusion.apache.org"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/apache/datafusion"
rust-version = "1.80.1"
rust-version = "1.81.0"
version = "44.0.0"

[workspace.dependencies]
Expand Down
Loading