(arrow-datafusion) branch main updated: Prepare `37.1.0` release (on `branch-37`) (#10128) (#10136)

2024-04-18 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 19356b26f5 Prepare `37.1.0` release

(arrow-datafusion) branch main updated (b9759b9810 -> 58e0b599a2)

2024-04-11 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from b9759b9810 Consolidate LogicalPlan tree node walking/rewriting code into one module (#10034) add

(arrow-datafusion) branch main updated (820843ff59 -> 86ad8a5808)

2024-04-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 820843ff59 Removes Bloom filter for Int8/Int16/Uint8/Uint16 (#9969) add 86ad8a5808 Move LogicalPlan

(arrow-datafusion) branch main updated: Minor: Avoid copying all expressions in check_plan (#9974)

2024-04-06 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new f7b4ed0ae1 Minor: Avoid copying all

(arrow-datafusion) branch main updated: refactor: unify some plan optimization in CommonSubexprEliminate (#9556)

2024-03-12 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 96669de2ab refactor: unify some plan

(arrow-datafusion) branch main updated: Minor: simplify call (#9434)

2024-03-03 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 1a4dc0090f Minor: simplify call (#9434

(arrow-datafusion) branch main updated: minor: remove useless macro (#8979)

2024-01-30 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new cea211d218 minor: remove useless macro

(arrow-datafusion) branch main updated (3eb7080671 -> 488cfe117c)

2024-01-29 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 3eb7080671 Minor: improve scalar functions document (#9029) add 488cfe117c Minor: alter a test

(arrow-datafusion) branch main updated: chore: fix license badge in README (#9008)

2024-01-26 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new c42bf4842b chore: fix license badge

(arrow-datafusion) branch main updated: Support array literal with scalar function (#8884)

2024-01-17 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 57e38fb16a Support array literal

(arrow-datafusion) branch main updated: test: Port tests in `references.rs` to sqllogictest (#8877)

2024-01-16 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new ffaa67904e test: Port tests

(arrow-datafusion) branch main updated: docs: Update contributor guide with installation instructions (#8876)

2024-01-16 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 08cee66763 docs: Update contributor

(arrow-datafusion) branch main updated (5433b52e93 -> b64ad79f8b)

2024-01-16 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 5433b52e93 Change cli to propagate error to exit code (#8856) add b64ad79f8b test: Port tests

(arrow-datafusion) branch main updated: Docs: Fix `array_except` documentation example (#8407)

2023-12-04 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 4b4af65444 Docs: Fix `array_except

(arrow-datafusion) branch main updated: remove `unalias()` TableScan filters when create Physical Filter (#8404)

2023-12-03 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 26196e648e remove `unalias()` TableScan

(arrow-datafusion) branch main updated: Minor: Cleanup BuiltinScalarFunction::return_type() (#8088)

2023-11-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 2e384898e8 Minor: Cleanup

(arrow-datafusion) branch main updated: Minor: use `Expr::alias` in a few places to make the code more concise (#8097)

2023-11-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new a70369ca9a Minor: use `Expr::alias

[arrow-datafusion] branch main updated: Minor: fix typo in comments (#7861)

2023-10-19 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new b6e4c82380 Minor: fix typo in comments

[arrow-datafusion] branch main updated: Minor: Improve `PruningPredicate` documentation (#7738)

2023-10-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 3d1b23a04b Minor: Improve

[arrow-datafusion] branch main updated: Minor: Change all file links to GitHub in document (#7768)

2023-10-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 5e9dd44edd Minor: Change all file links

[arrow-datafusion] branch main updated (672f5bdfe4 -> d470350353)

2023-08-19 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 672f5bdfe4 Minor: refine memory_limit tests (#7190) add d470350353 Minor: Improve docstrings

[arrow-datafusion] branch main updated: Minor: Move `project_schema` to `datafusion_common` (#7237)

2023-08-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 61329a04d9 Minor: Move `project_schema

[arrow-datafusion] branch main updated: Minor: Add constructors to GetFieldAccessExpr and add docs (#7219)

2023-08-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 76fa0f1500 Minor: Add constructors

[arrow-rs] branch master updated: Support `concat_batches` for 0 columns (#4662)

2023-08-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 696cbdbb72 Support `concat_batches` for 0

[arrow-datafusion] branch main updated: fix: typo in substrait (#7224)

2023-08-07 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 71be0fcce0 fix: typo in substrait (#7224

[arrow-datafusion] branch main updated: Remove Outdated NY Taxi benchmark (#7210)

2023-08-07 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new eace3a724f Remove Outdated NY Taxi

[arrow-datafusion] branch main updated: fix: skip compression tests on --no-default-features (#7172)

2023-08-01 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 5faa10b291 fix: skip compression tests

[arrow-rs] branch master updated: Remove deprecated arithmetic kernels (#4481) (#4594)

2023-08-01 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 149a3f8c9f Remove deprecated arithmetic

[arrow-datafusion] branch main updated: minor: Remove mac m1 compilation for size_of_scalar test (#7151)

2023-08-01 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 82a809b71a minor: Remove mac m1

[arrow-rs] branch master updated: Remove deprecated limit kernel (#4597)

2023-07-31 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 95683439fa Remove deprecated limit kernel

[arrow-datafusion] branch master created (now 01d7dbaf39)

2023-07-30 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git at 01d7dbaf39 fix: correct count(*) alias (#7081) No new revisions were added by this update.

[arrow-rs] branch master updated: Mark GenericByteArray::new_unchecked unsafe (#4584)

2023-07-30 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new a31005605e Mark GenericByteArray

[arrow-datafusion] branch main updated: refactor byte_to_string and string_to_byte (#7091)

2023-07-27 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 60ea6dea2f refactor byte_to_string

[arrow-datafusion] branch main updated: Relax check during aggregate partial mode. (#7101)

2023-07-27 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 9f3fb08f46 Relax check during aggregate

[arrow-datafusion] branch main updated: refactor: with_inputs() can use original schema to avoid recompute schema. (#7069)

2023-07-24 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 1a0542acbc refactor: with_inputs() can

[arrow-datafusion] branch main updated: chore(deps): update sqlparser requirement from 0.35 to 0.36.1 (#7051)

2023-07-24 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new d2d506ac89 chore(deps): update sqlparser

[arrow-datafusion] branch main updated (796f5f5a2a -> 63c2943d9c)

2023-07-18 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 796f5f5a2a fix: incorrect simplification of case expr (#7006) add 63c2943d9c Minor: Add String/Binary

[arrow-datafusion] branch main updated (9338880d8f -> 796f5f5a2a)

2023-07-18 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 9338880d8f chore: break earlier (#6989) add 796f5f5a2a fix: incorrect simplification of case expr

[arrow-datafusion] branch main updated (06fe066871 -> d6985b0fc1)

2023-07-11 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 06fe066871 Add factory method to PartitionedFile to create filescan link (#6909) add d6985b0fc1 minor

[arrow-datafusion] branch main updated: revert #6595 #6820 (#6827)

2023-07-04 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 137bf81a39 revert #6595 #6820 (#6827

[arrow-datafusion] branch main updated: chore(deps): update substrait requirement from 0.11.0 to 0.12.0 (#6825)

2023-07-03 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new afca306c07 chore(deps): update substrait

[arrow-datafusion] branch main updated: fix: from_plan generate Agg/Window can be with different schema. (#6820)

2023-07-02 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new d37351aa61 fix: from_plan generate Agg

[arrow-datafusion] branch main updated: fix: incorrect nullability of `InList` expr (#6799)

2023-07-01 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 84832ac3f1 fix: incorrect nullability

[arrow-datafusion] branch main updated: chore(deps): bump actions/labeler from 4.1.0 to 4.2.0 (#6803)

2023-06-30 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 25b60e4510 chore(deps): bump actions

[arrow-datafusion] branch main updated: refactor: encapsulate Alias as a struct (#6795)

2023-06-30 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new e77b93a513 refactor: encapsulate Alias

[arrow-datafusion] branch main updated: fix: incorrect nullability of between expr (#6786)

2023-06-28 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 06e22a5386 fix: incorrect nullability

[arrow-datafusion] branch dependabot/cargo/main/indexmap-2.0.0 deleted (was 6be5320bff)

2023-06-27 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch dependabot/cargo/main/indexmap-2.0.0 in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git was 6be5320bff Update datafusion-cli Cargo.lock The revisions that were

[arrow-datafusion] branch main updated: chore(deps): update indexmap requirement from 1.9.2 to 2.0.0 (#6766)

2023-06-27 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 9dd3c2b6e9 chore(deps): update indexmap

[arrow-datafusion] branch main updated: add UT to verify 'issues/6606' (#6762)

2023-06-25 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 8c7678a0b1 add UT to verify 'issues/6606

[arrow-datafusion] branch main updated: Docs: Improve documentation for `struct` function` (#6754)

2023-06-24 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 2d69ddb67a Docs: Improve documentation

[arrow-datafusion] branch main updated: Move PartitionStream to physical_plan (#6756)

2023-06-24 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 878fec124e Move PartitionStream

[arrow-datafusion] branch main updated: minor: fix typo (#6761)

2023-06-24 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new d9d9328cc5 minor: fix typo (#6761

[arrow-datafusion] branch main updated: chore(deps): update itertools requirement from 0.10 to 0.11 (#6752)

2023-06-23 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 01eb72af4c chore(deps): update itertools

[arrow-datafusion] branch main updated: Minor: remove dead code with decimal datatype from in_list (#6737)

2023-06-22 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 89669907c3 Minor: remove dead code

[arrow-datafusion] branch main updated: minor: fix documentation typo (#6704)

2023-06-16 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 867ce6ee49 minor: fix documentation typo

[arrow-datafusion] branch main updated: refactor: fix clippy allow too many arguments (#6705)

2023-06-16 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new ebd0f7e83b refactor: fix clippy allow

[arrow-datafusion] branch main updated: Minor: Update user guide (#6692)

2023-06-15 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new c2b2606207 Minor: Update user guide

[arrow-datafusion] branch main updated: minor: `with_new_inputs` replace `from_plan` (#6680)

2023-06-15 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 638aba6335 minor: `with_new_inputs

[arrow-datafusion] branch main updated: fix: from_plan shouldn't use original schema (#6595)

2023-06-15 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 36123ee018 fix: from_plan shouldn't use

[arrow-datafusion] branch main updated: fix: correct wrong test test_count_wildcard_on_where_scalar_subquery (#6667)

2023-06-14 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new c4928b035d fix: correct wrong test

[arrow-datafusion] branch main updated (b586d4e179 -> 6194d588d5)

2023-06-13 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from b586d4e179 Minor: add test cases for coercion bitwise shifts (#6651) add 6194d588d5 refactor: unify

[arrow-datafusion] branch main updated: fix: port unstable subquery to sqllogicaltest (#6659)

2023-06-13 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 6558a8216a fix: port unstable subquery

[arrow-datafusion] branch main updated: refactor: encapsulate physical optimizer rules into a struct (#6645)

2023-06-12 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 2d8a42ecf3 refactor: encapsulate

[arrow-datafusion] branch main updated: Minor: cleanup the unnecessary CREATE TABLE aggregate_test_100 statement at aggregate.slt

2023-06-11 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 373e291fab Minor: cleanup

[arrow-datafusion] branch main updated (e6265c1e3f -> aebe71eace)

2023-06-11 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from e6265c1e3f Substrait: Fix incorrect join key fields (indices) when same table is being used more than once

[arrow-datafusion] branch main updated: move functions.rs to sqllogictests (#6608)

2023-06-09 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new d9e91d187c move functions.rs

[arrow-datafusion] branch main updated: feat: type coercion support date - date (#6578)

2023-06-07 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 9c13a771f9 feat: type coercion support

[arrow-datafusion] branch main updated: minor: remove useless mut and borrow() (#6580)

2023-06-07 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new afa64e0537 minor: remove useless mut

[arrow-datafusion] branch main updated (a7970ebf6e -> 9e76c560c5)

2023-06-06 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from a7970ebf6e Improve error messages with function name suggestion. (#6520) add 9e76c560c5 Docs: add more

[arrow-datafusion] branch main updated: fix Incorrect function-name matching (#6528)

2023-06-05 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new d401802cd2 fix Incorrect function-name

[arrow-datafusion] branch main updated: Rewrite large OR chains as IN lists (#6414)

2023-05-31 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 2f264ab154 Rewrite large OR chains

[arrow-datafusion] branch main updated: Minor: Improve the tpch sqllogictest docs (#6493)

2023-05-30 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 6d87fdd8c5 Minor: Improve the tpch

[arrow-datafusion] branch main updated: minor: fix comment docs (#6473)

2023-05-29 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 305625ac6d minor: fix comment docs

[arrow-datafusion] branch main updated: Minor: remove dead code (#6460)

2023-05-26 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 5c19eb17e5 Minor: remove dead code

[arrow-datafusion] branch main updated (444f0c42c4 -> 470243095b)

2023-05-26 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 444f0c42c4 Fix Select Into with Order By and Limit (#6442) add 470243095b minor: fix typo in faq.md

[arrow-datafusion] branch main updated (377c9f54ed -> 84d0692839)

2023-05-24 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 377c9f54ed Minor: remove unecessary cranelift dependency (#6430) add 84d0692839 Improve error message

[arrow-datafusion] branch main updated (dd3a003c1c -> 924059a3c3)

2023-05-23 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from dd3a003c1c Minor: Improve documentation of `MemoryPool` (#6388) add 924059a3c3 More scalar subqueries

[arrow-datafusion] branch main updated: Minor: Update documentation for `datafusion.execution.parquet.enable_page_index` (#6342)

2023-05-12 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 90775b4832 Minor: Update documentation

[arrow-datafusion] branch main updated (b1af8de64d -> 496fc399de)

2023-05-10 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from b1af8de64d Remove the PhysicalSortExpr restriction on union get meet (#6273) add 496fc399de Disable

[arrow-datafusion] branch main updated: refactor: Expr::InList to use a struct (#6293)

2023-05-09 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 729c0f8923 refactor: Expr::InList to use

[arrow-datafusion] branch main updated (ac8f96bbec -> 4ff1d947d0)

2023-05-09 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from ac8f96bbec refactor: Expr::AggregateUDF to use a struct (#6294) add 4ff1d947d0 refactor: Expr::InList

[arrow-datafusion] branch main updated (6f53ff24c3 -> ac8f96bbec)

2023-05-09 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 6f53ff24c3 refactor: Expr::ScalarUDF to use a struct (#6284) add ac8f96bbec refactor: Expr

[arrow-datafusion] branch main updated: refactor: Expr::ScalarFunction to use a struct (#6281)

2023-05-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 153356e1a1 refactor: Expr

[arrow-datafusion] branch main updated: Port tests in functions.rs to sqllogictest (#6256)

2023-05-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new dcc5feb070 Port tests in functions.rs

[arrow-datafusion] branch main updated (684289c888 -> f8fe0b6707)

2023-05-08 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 684289c888 Port tests in set_variable.rs to sqllogictest (#6255) add f8fe0b6707 doc: add more sql

[arrow-datafusion] branch main updated: Port tests in set_variable.rs to sqllogictest (#6255)

2023-05-06 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 684289c888 Port tests in set_variable.rs

[arrow-datafusion] branch main updated: refactor: separate get_common_type / get_result_type for temporal type (#6250)

2023-05-05 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new cf233c855f refactor: separate

[arrow-datafusion] branch main updated: minor: fix typo (#6253)

2023-05-05 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new dbe78f4a38 minor: fix typo (#6253

[arrow-datafusion] branch main updated: Port tests in wildcard.rs to sqllogictest (#6249)

2023-05-05 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 39ad9e82e1 Port tests in wildcard.rs

[arrow-datafusion] branch main updated (06e9f53637 -> a446cdb0e3)

2023-05-05 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 06e9f53637 Minor: consolidate test data (#6217) add a446cdb0e3 docs: consolidate datafusion-cli docs

[arrow-datafusion] branch main updated (439863f660 -> 824d49f1cd)

2023-05-05 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 439863f660 refactor: separate get_result_type from `coerce_type` (#6221) add 824d49f1cd fix: slt fail

[arrow-datafusion] branch main updated: refactor: separate get_result_type from `coerce_type` (#6221)

2023-05-04 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 439863f660 refactor: separate

[arrow-datafusion] branch main updated (6be75ff2dc -> 8ffb4853db)

2023-05-04 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 6be75ff2dc Supply consistent format output for FileScanConfig params (#6202) add 8ffb4853db minor

[arrow-datafusion] branch main updated: minor: fix tiny typo in table.rs (#6220)

2023-05-04 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 3ea0b0213c minor: fix tiny typo

[arrow-datafusion] branch main updated (beee1d9130 -> 9031c2b8c7)

2023-05-02 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from beee1d9130 refactor: optimizer shouldn't assume failed rules are internal error (#6184) add 9031c2b8c7

[arrow-datafusion] branch main updated (263bfcb28c -> 773029494d)

2023-05-02 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 263bfcb28c Handle ScalarValue::Dictionary in add_to_row and update_avg_to_row (#6175) add 773029494d

[arrow-datafusion] branch main updated (71efcf5ee8 -> 7c53ef15aa)

2023-05-01 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git from 71efcf5ee8 Remove Rayon-based Scheduler (#6169) add 7c53ef15aa minor: fix typo in SQL data types doc

[arrow-datafusion] branch main updated: minor: replace unwrap() with Err (#6101)

2023-04-23 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 181e5ccf28 minor: replace unwrap

[arrow-datafusion] branch main updated: test: more sqllogicaltest for GROUPBY. (#6100)

2023-04-23 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new 1a277acd59 test: more sqllogicaltest

[arrow-datafusion] branch main updated: fix: allow group by same expr in Aggregate (#6097)

2023-04-23 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/main by this push: new dfe3534e05 fix: allow group by same expr

  1   2   >