Re: [PR] Fix `schema_adapter` integration tests not running [datafusion]

2025-07-27 Thread via GitHub
kosiew merged PR #16835: URL: https://github.com/apache/datafusion/pull/16835 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafus

Re: [I] Schema adapter Integration tests are not being run [datafusion]

2025-07-27 Thread via GitHub
kosiew closed issue #16801: Schema adapter Integration tests are not being run URL: https://github.com/apache/datafusion/issues/16801 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

Re: [PR] Fix `schema_adapter` integration tests not running [datafusion]

2025-07-27 Thread via GitHub
kosiew commented on PR #16835: URL: https://github.com/apache/datafusion/pull/16835#issuecomment-3124405876 Thanks @alamb , @findepi for your reviews. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] Filtering and counting afterwards causes overflow panic in interval arithmetics [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada closed issue #16736: Filtering and counting afterwards causes overflow panic in interval arithmetics URL: https://github.com/apache/datafusion/issues/16736 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Fix `next_up` and `next_down` behavior for zero float values [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada merged PR #16745: URL: https://github.com/apache/datafusion/pull/16745 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@

Re: [PR] feat: [datafusion-spark] Implement `next_day` function [datafusion]

2025-07-27 Thread via GitHub
petern48 commented on code in PR #16780: URL: https://github.com/apache/datafusion/pull/16780#discussion_r2234069016 ## datafusion/sqllogictest/test_files/spark/datetime/next_day.slt: ## @@ -23,5 +23,65 @@ ## Original Query: SELECT next_day('2015-01-14', 'TU'); ## PySpark 3.

Re: [PR] refactor `character_length` impl by unifying null handling logic [datafusion]

2025-07-27 Thread via GitHub
waynexia commented on PR #16877: URL: https://github.com/apache/datafusion/pull/16877#issuecomment-3124163124 I do find revert the null checking logic on non-ascii branch will eliminate regression on those two cases, but it would slow down other cases in the same time. Still not sure why th

Re: [PR] Add ExplainMemory Trait for Memory Usage Reporting and Enhance Memory Debugging Tools [datafusion]

2025-07-27 Thread via GitHub
kosiew commented on code in PR #16926: URL: https://github.com/apache/datafusion/pull/16926#discussion_r2233803439 ## datafusion/execution/src/memory_pool/memory_report.rs: ## @@ -0,0 +1,118 @@ +use super::{human_readable_size, MemoryReservation}; +use crate::memory_pool::pool::

[PR] Fix Python UDAF Accumulator Interface example to Properly Handle State and Updates with List[Array] Types [datafusion-python]

2025-07-27 Thread via GitHub
kosiew opened a new pull request, #1192: URL: https://github.com/apache/datafusion-python/pull/1192 ## Which issue does this PR close? - Closes #1190 ## Rationale for this change This PR updates the `MyAccumulator` implementation in the Python UDAF example to properly ha

Re: [PR] WIP: Rewrite NestedLoopJoin to limit intermediate size (up to 2X faster) [datafusion]

2025-07-27 Thread via GitHub
UBarney commented on PR #16889: URL: https://github.com/apache/datafusion/pull/16889#issuecomment-3124214924 > > I didn't expect this PR to have such a big performance improvement. Like #16443, I still don't understand why there is a performance improvement. > > I’m aware of two key d

Re: [PR] Fix integration tests not running [datafusion]

2025-07-27 Thread via GitHub
kosiew commented on code in PR #16835: URL: https://github.com/apache/datafusion/pull/16835#discussion_r2233876909 ## datafusion/core/tests/parquet/schema_adapter.rs: ## @@ -370,3 +378,321 @@ async fn test_custom_schema_adapter_and_custom_expression_adapter() { ]; ass

[PR] fix error result in execute&pre_selection [datafusion]

2025-07-27 Thread via GitHub
acking-you opened a new pull request, #16930: URL: https://github.com/apache/datafusion/pull/16930 ## Which issue does this PR close? - Closes #16928. ## Rationale for this change ## What changes are included in this PR? ## Are these changes

Re: [PR] feat: [datafusion-spark] Implement `next_day` function [datafusion]

2025-07-27 Thread via GitHub
Standing-Man commented on code in PR #16780: URL: https://github.com/apache/datafusion/pull/16780#discussion_r2233882699 ## datafusion/sqllogictest/test_files/spark/datetime/next_day.slt: ## @@ -23,5 +23,65 @@ ## Original Query: SELECT next_day('2015-01-14', 'TU'); ## PySpar

Re: [PR] Implement Helpers for ScopedTimerGuard and Time Structs [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada merged PR #16911: URL: https://github.com/apache/datafusion/pull/16911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@

Re: [PR] Fix Partial Sort Get Slice Point Between Batches [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada merged PR #16881: URL: https://github.com/apache/datafusion/pull/16881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@

Re: [I] Release DataFusion `49.0.0` (July 2025) [datafusion]

2025-07-27 Thread via GitHub
alamb commented on issue #16235: URL: https://github.com/apache/datafusion/issues/16235#issuecomment-3124297578 Thank you very much @xudong963 and everyone else who helped I hope to publish the blog tomorrow: - https://github.com/apache/datafusion-site/pull/91 -- This is an autom

Re: [I] Release DataFusion `49.0.0` (July 2025) [datafusion]

2025-07-27 Thread via GitHub
alamb closed issue #16235: Release DataFusion `49.0.0` (July 2025) URL: https://github.com/apache/datafusion/issues/16235 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[I] Release DataFusion `49.0.0` (July 2025) [datafusion]

2025-07-27 Thread via GitHub
alamb opened a new issue, #16235: URL: https://github.com/apache/datafusion/issues/16235 ### Is your feature request related to a problem or challenge? Tracking ticket for next release, also a place to track desired inclusions Previous release will be https://crates.io/crates/d

Re: [PR] DataFusion `49.0.0` release post [datafusion-site]

2025-07-27 Thread via GitHub
alamb commented on PR #91: URL: https://github.com/apache/datafusion-site/pull/91#issuecomment-3124298083 I plan to publish this tomorrow (Monday July 28 2025) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [I] feature flag to statically link liblzma [datafusion]

2025-07-27 Thread via GitHub
alamb commented on issue #9256: URL: https://github.com/apache/datafusion/issues/9256#issuecomment-3124310781 > this need re-opening as same issue arise with now liblzma crate Thanks @rphlo -- can you please open a new ticket with a description of what problem you are seeing / sympto

Re: [PR] Chore: implement string_space as ScalarUDFImpl [datafusion-comet]

2025-07-27 Thread via GitHub
codecov-commenter commented on PR #2041: URL: https://github.com/apache/datafusion-comet/pull/2041#issuecomment-3124423518 ## [Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/2041?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca

Re: [PR] chore: migrate to DF 49.0.0 [datafusion-comet]

2025-07-27 Thread via GitHub
andygrove commented on PR #2040: URL: https://github.com/apache/datafusion-comet/pull/2040#issuecomment-3124756658 I ran TPC-H benchmarks locally and saw no difference in performance compared to main branch -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] Add benchmark utility to profile peak memory usage [datafusion]

2025-07-27 Thread via GitHub
ding-young commented on code in PR #16814: URL: https://github.com/apache/datafusion/pull/16814#discussion_r2234815857 ## benchmarks/src/bin/mem_profile.rs: ## @@ -0,0 +1,360 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreem

Re: [PR] Add benchmark utility to profile peak memory usage [datafusion]

2025-07-27 Thread via GitHub
ding-young commented on code in PR #16814: URL: https://github.com/apache/datafusion/pull/16814#discussion_r2234818349 ## benchmarks/src/bin/mem_profile.rs: ## @@ -0,0 +1,360 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreem

Re: [PR] Add benchmark utility to profile peak memory usage [datafusion]

2025-07-27 Thread via GitHub
ding-young commented on code in PR #16814: URL: https://github.com/apache/datafusion/pull/16814#discussion_r2234803528 ## benchmarks/src/bin/mem_profile.rs: ## @@ -0,0 +1,360 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreem

Re: [PR] minor: Improve equivalence handling of joins [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada commented on PR #16893: URL: https://github.com/apache/datafusion/pull/16893#issuecomment-3125679943 @comphead @xudong963 do you have any time to review this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[PR] Implement spark `array` function `array` [datafusion]

2025-07-27 Thread via GitHub
Standing-Man opened a new pull request, #16936: URL: https://github.com/apache/datafusion/pull/16936 ## Which issue does this PR close? - Closes #16932. - Part of #15914. ## Rationale for this change ## What changes are included in this PR?

Re: [PR] Update release process [datafusion]

2025-07-27 Thread via GitHub
xudong963 merged PR #16929: URL: https://github.com/apache/datafusion/pull/16929 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@data

Re: [PR] Update release process [datafusion]

2025-07-27 Thread via GitHub
xudong963 commented on PR #16929: URL: https://github.com/apache/datafusion/pull/16929#issuecomment-3124429502 > Thank you @xudong963 -- is there any chance you can add me (and @andygrove ) as owners of the new `datafusion-pruning` crate as well? Done, let me if you receive the invita

Re: [PR] WIP: Rewrite NestedLoopJoin to limit intermediate size (up to 2X faster) [datafusion]

2025-07-27 Thread via GitHub
UBarney commented on code in PR #16889: URL: https://github.com/apache/datafusion/pull/16889#discussion_r2234007180 ## datafusion/physical-plan/src/joins/nlj.rs: ## @@ -0,0 +1,803 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license a

Re: [PR] WIP: Rewrite NestedLoopJoin to limit intermediate size (up to 2X faster) [datafusion]

2025-07-27 Thread via GitHub
UBarney commented on code in PR #16889: URL: https://github.com/apache/datafusion/pull/16889#discussion_r2234007180 ## datafusion/physical-plan/src/joins/nlj.rs: ## @@ -0,0 +1,803 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license a

Re: [PR] chore: Add scripts for running benchmark based on TPC-DS [datafusion-comet]

2025-07-27 Thread via GitHub
codecov-commenter commented on PR #2042: URL: https://github.com/apache/datafusion-comet/pull/2042#issuecomment-3125288427 ## [Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/2042?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca

Re: [I] Add docs for Recursive CTE [datafusion]

2025-07-27 Thread via GitHub
Adez017 commented on issue #16935: URL: https://github.com/apache/datafusion/issues/16935#issuecomment-3125316585 take -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [I] Window aggregates output order broken due to hash repartitioning [datafusion]

2025-07-27 Thread via GitHub
zhuqi-lucas commented on issue #16888: URL: https://github.com/apache/datafusion/issues/16888#issuecomment-3125608299 Thank you @crepererum I can't reproduce this, it may cause "ODER BY k, time;" this is a typo, need to change to ORDER BY k, time; Here is the result, it's right.

Re: [PR] feat: support distinct for window [datafusion]

2025-07-27 Thread via GitHub
zhuqi-lucas commented on PR #16925: URL: https://github.com/apache/datafusion/pull/16925#issuecomment-3124474027 Follow-up, we need to support more sliding distinct Accumulator: Currently, this PR only support it for count. -- This is an automated message from the Apache Git Service

Re: [PR] optimize `initcap` function by avoiding memory allocation [datafusion]

2025-07-27 Thread via GitHub
alamb merged PR #16878: URL: https://github.com/apache/datafusion/pull/16878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusi

Re: [PR] optimize `initcap` function by avoiding memory allocation [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16878: URL: https://github.com/apache/datafusion/pull/16878#issuecomment-3124296643 Thanks again @waynexia -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

Re: [PR] Add Fetch Property to OutputRequirementExec [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16892: URL: https://github.com/apache/datafusion/pull/16892#issuecomment-3124296290 > is it okay to be merged or we waiting for the test ? It is ok in my opinion, but let's wait to see if @berkaysynnada has any thoughts -- This is an automated message from t

[I] Blog post for the DataFusion `50.0.0` release [datafusion]

2025-07-27 Thread via GitHub
alamb opened a new issue, #16931: URL: https://github.com/apache/datafusion/issues/16931 ### Is your feature request related to a problem or challenge? - Part of https://github.com/apache/datafusion/issues/14836 ### Describe the solution you'd like Let's tell the world wh

Re: [PR] Fix `schema_adapter` integration tests not running [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16835: URL: https://github.com/apache/datafusion/pull/16835#issuecomment-3124414244 Thank you for sticking with this @kosiew -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [PR] Docs: Update Upgrading.md to reflect 49.0.0 is released [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16853: URL: https://github.com/apache/datafusion/pull/16853#issuecomment-3124316731 > Note: I encountered a breaking change in `TableParquetOptions` that I didn't see mentioned in the upgrade doc. This release added the 'crypto' field. Added a note in[aad53a0](

[PR] Support for colon preceeded placeholders [datafusion-sqlparser-rs]

2025-07-27 Thread via GitHub
xitep opened a new pull request, #1979: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1979 * Optional support for `:name` as a parameters in queries; initially requested through #291 * The naming convention chosen here is based on the java persistence api spec (https://ja

Re: [PR] fix: skip predicates on struct unnest in PushDownFilter [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16790: URL: https://github.com/apache/datafusion/pull/16790#issuecomment-3124295698 Issue filed - https://github.com/apache/datafusion/issues/16894 Thanks @adriangb and @akoshchiy -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] fix: skip predicates on struct unnest in PushDownFilter [datafusion]

2025-07-27 Thread via GitHub
alamb merged PR #16790: URL: https://github.com/apache/datafusion/pull/16790 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusi

Re: [I] Unnested fields are not filterable when using subqueries. [datafusion]

2025-07-27 Thread via GitHub
alamb closed issue #16695: Unnested fields are not filterable when using subqueries. URL: https://github.com/apache/datafusion/issues/16695 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[PR] Chore: implement string_space as ScalarUDFImpl [datafusion-comet]

2025-07-27 Thread via GitHub
kazantsev-maksim opened a new pull request, #2041: URL: https://github.com/apache/datafusion-comet/pull/2041 ## Which issue does this PR close? Part of https://github.com/apache/datafusion-comet/issues/1819 ## Rationale for this change See https://github.com/apache/datafu

Re: [PR] Fix integration tests not running [datafusion]

2025-07-27 Thread via GitHub
alamb commented on code in PR #16835: URL: https://github.com/apache/datafusion/pull/16835#discussion_r2233904145 ## datafusion/core/tests/schema_adapter_integration.rs: ## @@ -0,0 +1,21 @@ +// Licensed to the Apache Software Foundation (ASF) under one Review Comment: I thin

[PR] chore: Add scripts for running benchmark based on TPC-DS [datafusion-comet]

2025-07-27 Thread via GitHub
andygrove opened a new pull request, #2042: URL: https://github.com/apache/datafusion-comet/pull/2042 ## Which issue does this PR close? Following on from https://github.com/apache/datafusion-comet/pull/2025, this PR adds scripts for running the TPC-DS benchmarks. ## Ra

[I] Add docs for Recursive CTE [datafusion]

2025-07-27 Thread via GitHub
niebayes opened a new issue, #16935: URL: https://github.com/apache/datafusion/issues/16935 I recently found that DataFusion supports the Recursive CTE feature in standard SQL. But it lacks of docs. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Add support for Float16 type in substrait [datafusion]

2025-07-27 Thread via GitHub
gabotechs commented on PR #16793: URL: https://github.com/apache/datafusion/pull/16793#issuecomment-3125658277 > or is https://github.com/apache/datafusion/pull/16793#pullrequestreview-3032328344 suggesting changes for a future PR? I think those changes will need to happen either in

Re: [PR] feat: Use PartialSortExec when input data is sorted on prefix columns [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada commented on code in PR #16905: URL: https://github.com/apache/datafusion/pull/16905#discussion_r2234793079 ## datafusion/core/src/physical_planner.rs: ## @@ -886,6 +887,26 @@ impl DefaultPhysicalPlanner { "SortExec requires at least one so

Re: [PR] Add Fetch Property to OutputRequirementExec [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada merged PR #16892: URL: https://github.com/apache/datafusion/pull/16892 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@

Re: [PR] Add Fetch Property to OutputRequirementExec [datafusion]

2025-07-27 Thread via GitHub
berkaysynnada commented on PR #16892: URL: https://github.com/apache/datafusion/pull/16892#issuecomment-3125673259 We don't want to risk discovering a feature breakage later in downstream projects but let's merge this now. Once I'm able to reproduce the case, I'll open a follow-up PR with t

[I] [datafusion-spark] Implement Spark `array` function `array` [datafusion]

2025-07-27 Thread via GitHub
Standing-Man opened a new issue, #16932: URL: https://github.com/apache/datafusion/issues/16932 ### Is your feature request related to a problem or challenge? Is your feature request related to a problem or challenge? Part of #15914. Given the importance of [Apache Spark](https:

Re: [I] [datafusion-spark] Implement Spark `array` function `array` [datafusion]

2025-07-27 Thread via GitHub
Standing-Man commented on issue #16932: URL: https://github.com/apache/datafusion/issues/16932#issuecomment-3124353831 take -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] feat: monotonically_increasing_id and spark_partition_id implementation [datafusion-comet]

2025-07-27 Thread via GitHub
akupchinskiy commented on code in PR #2037: URL: https://github.com/apache/datafusion-comet/pull/2037#discussion_r2234113921 ## spark/src/main/scala/org/apache/comet/serde/nondetermenistic.scala: ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [I] arrays_overlap inconsistent behaviour on two arrays with NULL values [datafusion-comet]

2025-07-27 Thread via GitHub
akupchinskiy commented on issue #2036: URL: https://github.com/apache/datafusion-comet/issues/2036#issuecomment-3124694956 Btw, [this test](https://github.com/apache/datafusion-comet/blob/main/spark/src/test/scala/org/apache/comet/CometArrayExpressionSuite.scala#L358C1) is supposed to chec

Re: [I] Implement `partition_statistics` API for more operators [datafusion]

2025-07-27 Thread via GitHub
0xPoe commented on issue #15873: URL: https://github.com/apache/datafusion/issues/15873#issuecomment-3124700368 I'm working on the HashJoinExec one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [I] Implement `partition_statistics` API for more operators [datafusion]

2025-07-27 Thread via GitHub
xudong963 commented on issue #15873: URL: https://github.com/apache/datafusion/issues/15873#issuecomment-3124917655 > I'm working on the HashJoinExec one. Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] fix: allow arbitrary operators with ANY and ALL on Postgres [datafusion-sqlparser-rs]

2025-07-27 Thread via GitHub
github-actions[bot] closed pull request #1842: fix: allow arbitrary operators with ANY and ALL on Postgres URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1842 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] Add benchmark utility to profile peak memory usage [datafusion]

2025-07-27 Thread via GitHub
ding-young commented on code in PR #16814: URL: https://github.com/apache/datafusion/pull/16814#discussion_r2234397012 ## benchmarks/src/util/memory.rs: ## @@ -0,0 +1,54 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] Add benchmark utility to profile peak memory usage [datafusion]

2025-07-27 Thread via GitHub
ding-young commented on code in PR #16814: URL: https://github.com/apache/datafusion/pull/16814#discussion_r2234398080 ## benchmarks/README.md: ## @@ -321,6 +322,64 @@ FLAGS: ... ``` +# Profiling Memory Stats for each benchmark query +The `mem_profile` program wraps benchmar

Re: [PR] Docs: Update Upgrading.md to reflect 49.0.0 is released [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16853: URL: https://github.com/apache/datafusion/pull/16853#issuecomment-3124415720 Thanks everyone -- I merged this one in now that we hare released 49.0.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] feat: support distinct for window [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16925: URL: https://github.com/apache/datafusion/pull/16925#issuecomment-3124416630 FYI @crepererum -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Docs: Update Upgrading.md to reflect 49.0.0 is released [datafusion]

2025-07-27 Thread via GitHub
alamb merged PR #16853: URL: https://github.com/apache/datafusion/pull/16853 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusi

Re: [I] Blog post for the DataFusion `50.0.0` release [datafusion]

2025-07-27 Thread via GitHub
Adez017 commented on issue #16931: URL: https://github.com/apache/datafusion/issues/16931#issuecomment-3124418257 hey @alamb i can do pair with you or someone , it will be great pleasure working on it -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] feat(spark): implement Spark math function rint [datafusion]

2025-07-27 Thread via GitHub
alamb commented on PR #16924: URL: https://github.com/apache/datafusion/pull/16924#issuecomment-3124419443 Thank you for driving this @chenkovsky -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[PR] feat: implement QUALIFY clause [datafusion]

2025-07-27 Thread via GitHub
haohuaijin opened a new pull request, #16933: URL: https://github.com/apache/datafusion/pull/16933 ## Which issue does this PR close? Closes #15485 ## Rationale for this change see https://github.com/apache/datafusion/issues/15485, support `qualify` can filter wi

[PR] Add `temp_directory` and `max_temp_directory_size` runtime config variables [datafusion]

2025-07-27 Thread via GitHub
delamarch3 opened a new pull request, #16934: URL: https://github.com/apache/datafusion/pull/16934 ## Which issue does this PR close? - Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes test