You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ak...@apache.org on 2023/12/25 20:51:28 UTC

(arrow-datafusion) branch feature/partial_join_exp created (now c7e59bc6a7)

This is an automated email from the ASF dual-hosted git repository.

akurmustafa pushed a change to branch feature/partial_join_exp
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


      at c7e59bc6a7 Change graph iteration impl

This branch includes the following new commits:

     new 0187de8723 [GITHUB ACTION] Refactor for license and actions (#148)
     new 4abaa79a1f Enhanced Pipeline Execution: Now Supporting Complex Query Plans for Improved Performance (#132)
     new f9c53f5344 Bug fix: Fix lexicographical column search among provided ordering (#156)
     new 41290a6758 License update (#157)
     new cef0a6da42 Sliding Nested Join Algorithm (#142)
     new ecbe00cb7b Sliding Hash Join Algorithm (SWHJ) (#147)
     new 758a8cf141 Fix errors introduced during rebase
     new 35164c33b9 Keep Track of Global Ordering Requirement (#165)
     new 5bceb8bbac Prunability of Join Filter Physical Expressions (#161)
     new d5e1d05294 BinaryExpr Equivalence (#116)
     new 408c30bb6f Fix errors introduced during rebase
     new 771301521b Support multiple ordered columns on joins and expression graph (#163)
     new 481dc12de8 SlidingHashJoin and SlidingNestedLoopJoin planner integration (#171)
     new d31087a159 Add license, add contribution hash commits, minor changes, add scripts to automate hash generation,Delete docs yaml file
     new a17b60c2be Resolve errors introduced during rebase
     new 429402cacc Synnada Streaming SQL Tests (#190)
     new 425d340f6e Adds a new method to construct window function for the given input
     new 9022c0656a Protobuf implementations with roundrobin tests (#193)
     new a71ae7fbf1 Fix linter errors, compile errors after rebase, Update commit hashes, regenerate proto
     new 6156c3c1de Rewrite Filter Predicate (#192)
     new 8c433afe98 Global join selection (#183)
     new b0f3633468 Resolve errors introduced during rebase
     new 8bd6fcabdb Refactor of Ordering and Prunability Traversals and States (#206)
     new c48d4edcad Projection Pushdown (#211)
     new bac6d0c7b0 Resolve errors introduced during rebase
     new 51f3cea460 Unify join implementations, remove the hash_join_utils and more. (#202)
     new 1e277eb279 Fix errors introduced during rebase
     new b0f0ff2d50 Monotonicity Transform Refactor (#229)
     new 0eddbd13f8 Correct schema is used while updating filter expr bounds (#233)
     new 1ba466f427 Fix errors introduced during rebase
     new f1a075b1c2 [Bugfix]: IntervalDayTime and IntervalMonthDayNano Partial Cmp (#235)
     new 53d1d3f758 Update stream slt file. (#236)
     new 5f0f291335 Aggregative Nested Loop Join Operator (#239)
     new 9ec4bc8e1f Partitioned join first reverse support (#238)
     new 71af7a55ea Fix errors introduced during rebase
     new a0bf412fdc Fix functional dependency bug, config md
     new bb8d9cb4c9 Add projection to the test, to make schemas match
     new 8c05295e76 Initial commit, bring changes in apache_main
     new da1553ac09 Fix joins and stream tests
     new a533bb507a Change other slt tests
     new 0c4e8eb02f Change join pipeline unit test
     new a1e376090c Will be change, gives join table re order
     new 2852508231 Fix errors introduced during rebase
     new 3f4aef3d40 Fix license/copyright headers
     new c28841a90c PR (Self) Checklist (#247)
     new 53e780f683 Update Prunability Analysis for Refactored Equivalence Properties (#248)
     new ac6d4253fd before clippy
     new f0561b8a0b Merge branch 'main' into feature/partial-join
     new 8ab3322bbb After merge
     new 91b12f0dfd [GITHUB ACTION] Refactor for license and actions (#148)
     new 1289b54c44 Enhanced Pipeline Execution: Now Supporting Complex Query Plans for Improved Performance (#132)
     new 42011e069e Bug fix: Fix lexicographical column search among provided ordering (#156)
     new 89a17ed1b7 License update (#157)
     new 819660e533 Sliding Nested Join Algorithm (#142)
     new 544c188035 Sliding Hash Join Algorithm (SWHJ) (#147)
     new d27a8fc662 Fix errors introduced during rebase
     new cb14153ae3 Keep Track of Global Ordering Requirement (#165)
     new 841878c8f0 Prunability of Join Filter Physical Expressions (#161)
     new 2a66cb1861 BinaryExpr Equivalence (#116)
     new caddd915e1 Fix errors introduced during rebase
     new 149acfd5f2 Support multiple ordered columns on joins and expression graph (#163)
     new 5d5fb09056 SlidingHashJoin and SlidingNestedLoopJoin planner integration (#171)
     new c204d08342 Add license, add contribution hash commits, minor changes, add scripts to automate hash generation,Delete docs yaml file
     new 1e3ce4748d Resolve errors introduced during rebase
     new 52e6bdfabf Synnada Streaming SQL Tests (#190)
     new 368112950f Adds a new method to construct window function for the given input
     new c13997e5ef Protobuf implementations with roundrobin tests (#193)
     new 33860ec375 Fix linter errors, compile errors after rebase, Update commit hashes, regenerate proto
     new 497be9653b Rewrite Filter Predicate (#192)
     new 651198510e Global join selection (#183)
     new 82105b6634 Resolve errors introduced during rebase
     new 51574c53b3 Refactor of Ordering and Prunability Traversals and States (#206)
     new 9aafa56258 Projection Pushdown (#211)
     new d4f5220c87 Tests passes
     new 8e4c94faa3 Resolve errors introduced during rebase
     new df0eb1454d Unify join implementations, remove the hash_join_utils and more. (#202)
     new 0cfeee20e8 Fix errors introduced during rebase
     new 6378fda45c Monotonicity Transform Refactor (#229)
     new 82c83705c0 Correct schema is used while updating filter expr bounds (#233)
     new b27e324f3c Fix errors introduced during rebase
     new 6dbb7fc360 [Bugfix]: IntervalDayTime and IntervalMonthDayNano Partial Cmp (#235)
     new 3520742da2 Update stream slt file. (#236)
     new e42668dc1b Aggregative Nested Loop Join Operator (#239)
     new e25e638b45 Partitioned join first reverse support (#238)
     new 49f34b96f6 Fix errors introduced during rebase
     new 9ff82bc3c6 Fix license/copyright headers
     new 2ece309884 PR (Self) Checklist (#247)
     new 9c1a3a8925 Update Prunability Analysis for Refactored Equivalence Properties (#248)
     new c49991880d Add new graph search implementation. implementation
     new e8a5b20019 Resolve linter errors
     new b1cb5a2b33 Resolve errors encountered in rebase
     new 49209aa79f Update changing test
     new b369f784ab Update join_pipeline_selection.rs
     new 8d327e30d8 Revert tests to old state
     new c6c78633a0 Update join_pipeline_selection.rs
     new a99f36467e Merge branch 'feature/partial-join' of https://github.com/synnada-ai/arrow-datafusion into feature/partial-join
     new 571846bc21 Merge branch 'main' into feature/partial-join
     new e49726c07e After merge and clippy
     new 1ffb93c322 Update rat exclude
     new 479bdc44b3 Refactor join children generation
     new c7e59bc6a7 Change graph iteration impl

The 101 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.