dependabot[bot] opened a new pull request, #15222:
URL: https://github.com/apache/datafusion/pull/15222
Bumps [aws-config](https://github.com/smithy-lang/smithy-rs) from 1.5.18 to
1.6.0.
Commits
See full diff in https://github.com/smithy-lang/smithy-rs/commits";>compare view
dependabot[bot] opened a new pull request, #15221:
URL: https://github.com/apache/datafusion/pull/15221
Bumps [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) from 0.5.1
to 0.5.2.
Commits
https://github.com/trifectatechfoundation/bzip2-rs/commit/f5f9d090d8a43b789ab94
iffyio merged PR #1742:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1742
--
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
niebayes opened a new issue, #15224:
URL: https://github.com/apache/datafusion/issues/15224
### Describe the bug
Say a Limit operator with skip 0 and fetch 5.
Calls `LogicalPlan::expressions` to get the expressions in the Limit
operator, and then reconstructs it by feeding tho
eliaperantoni commented on PR #15209:
URL: https://github.com/apache/datafusion/pull/15209#issuecomment-2724283974
@onlyjackfrost
> the same data type check in other unary operator.
I'm not 100% what you mean by that. For `+` you used the existing error that
was returned and a
jayzhan211 commented on issue #15218:
URL: https://github.com/apache/datafusion/issues/15218#issuecomment-2724329077
Maybe we need this
```rust
#[derive(Clone, Debug)]
pub enum SelectExpr {
Wildcard(WildcardOptions),
QualifiedWildcard(TableReference, WildcardOptions
onlyjackfrost commented on code in PR #15209:
URL: https://github.com/apache/datafusion/pull/15209#discussion_r1995299494
##
datafusion/sql/src/expr/unary_op.rs:
##
@@ -45,7 +45,13 @@ impl SqlToRel<'_, S> {
{
Ok(operand)
} e
logan-keede commented on code in PR #15193:
URL: https://github.com/apache/datafusion/pull/15193#discussion_r1995329466
##
datafusion/core/src/lib.rs:
##
@@ -699,7 +699,7 @@ pub const DATAFUSION_VERSION: &str =
env!("CARGO_PKG_VERSION");
extern crate core;
extern crate sqlpar
Weijun-H commented on code in PR #15225:
URL: https://github.com/apache/datafusion/pull/15225#discussion_r1995330384
##
datafusion/physical-plan/src/coalesce_partitions.rs:
##
@@ -92,10 +92,12 @@ impl DisplayAs for CoalescePartitionsExec {
}
Non
irenjj commented on code in PR #15206:
URL: https://github.com/apache/datafusion/pull/15206#discussion_r1995358596
##
datafusion/sqllogictest/test_files/explain_tree.slt:
##
@@ -1711,35 +1711,58 @@ physical_plan
query TT
explain COPY (VALUES (1, 'foo', 1, '2023-01-01'), (2,
eliaperantoni commented on PR #15143:
URL: https://github.com/apache/datafusion/pull/15143#issuecomment-2724184123
Congratulations @changsun20 on merging your first DataFusion PR! Really
superb work ❤️
--
This is an automated message from the Apache Git Service.
To respond to the message
Weijun-H commented on code in PR #15193:
URL: https://github.com/apache/datafusion/pull/15193#discussion_r1995225644
##
datafusion/core/src/lib.rs:
##
@@ -699,7 +699,7 @@ pub const DATAFUSION_VERSION: &str =
env!("CARGO_PKG_VERSION");
extern crate core;
extern crate sqlparser
Weijun-H merged PR #15143:
URL: https://github.com/apache/datafusion/pull/15143
--
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...@dataf
Weijun-H commented on PR #15143:
URL: https://github.com/apache/datafusion/pull/15143#issuecomment-2724120852
Thanks @changsun20 , @alamb and @eliaperantoni . I am very excited to see
these informative features 😮
--
This is an automated message from the Apache Git Service.
To respond to
jonahgao commented on code in PR #15135:
URL: https://github.com/apache/datafusion/pull/15135#discussion_r1995225073
##
datafusion/expr/src/logical_plan/builder.rs:
##
@@ -776,8 +777,32 @@ impl LogicalPlanBuilder {
&missing_cols,
is_distinct,
)
jonahgao commented on issue #15224:
URL: https://github.com/apache/datafusion/issues/15224#issuecomment-2724149322
Can't reproduce on the main branch.
```
running 1 test
test logical_plan::plan::tests::test_reconstruct_limit ... ok
```
--
This is an automated message from the A
zhuqi-lucas commented on issue #15213:
URL: https://github.com/apache/datafusion/issues/15213#issuecomment-2724064713
Same error for me when try to run topk_aggregate bench:
```rust
cargo bench -p datafusion --bench topk_aggregate --profile release-nonlto
Finished `release-no
Weijun-H closed issue #14438: Attach `Diagnostic` to "more than one column in
subquery" error
URL: https://github.com/apache/datafusion/issues/14438
--
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 t
iffyio commented on code in PR #1742:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1742#discussion_r1994954819
##
tests/sqlparser_postgres.rs:
##
@@ -988,6 +988,7 @@ fn parse_create_schema_if_not_exists() {
Statement::CreateSchema {
if_not_e
berkaysynnada merged PR #15215:
URL: https://github.com/apache/datafusion/pull/15215
--
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...@
kosiew commented on PR #1019:
URL:
https://github.com/apache/datafusion-python/pull/1019#issuecomment-2723770280
[The upstream PR for
fill_null](https://github.com/apache/datafusion/pull/14769) is included in
datafusion 46.0.0.
We can revisit this when datafusion-python upgrade the depe
kosiew commented on issue #991:
URL:
https://github.com/apache/datafusion-python/issues/991#issuecomment-2723815613
@jsai28
Yes, you can.
Just enter a comment
```
take
```
to assign this issue to yourself.
--
This is an automated message from the Apache Git Serv
alamb commented on code in PR #1741:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1741#discussion_r1994218388
##
src/ast/spans.rs:
##
@@ -732,6 +735,53 @@ impl Spanned for CreateIndex {
}
}
+impl Spanned for CaseStatement {
+fn span(&self) -> Span {
+
Shreyaskr1409 opened a new pull request, #15189:
URL: https://github.com/apache/datafusion/pull/15189
## Which issue does this PR close?
- Closes https://github.com/apache/datafusion/issues/14649.
## Rationale for this change
To catch used underscore bindings in the codeb
joroKr21 commented on code in PR #10790:
URL: https://github.com/apache/datafusion/pull/10790#discussion_r1987015574
##
datafusion/functions-array/src/set_ops.rs:
##
@@ -259,6 +259,17 @@ fn generic_set_lists(
return general_array_distinct::(l, &field);
}
+//
eliaperantoni commented on PR #15143:
URL: https://github.com/apache/datafusion/pull/15143#issuecomment-2723926476
@changsun20 That's great to hear, I'm very very excited that you're signing
up for GSoC! I'm gonna a mentor there :) And I'm also delighted to hear that
you'd like to work on `
alamb commented on PR #15075:
URL: https://github.com/apache/datafusion/pull/15075#issuecomment-2724569583
> lgtm thanks @alamb its about time, for each platform we recompile and run
tests for datafusion cli, although just having a linux is enough
THanks -- filed a ticket to track thi
Weijun-H merged PR #15193:
URL: https://github.com/apache/datafusion/pull/15193
--
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...@dataf
alamb commented on PR #15227:
URL: https://github.com/apache/datafusion/pull/15227#issuecomment-2724703905
Security Audit CI should be fixed by
- https://github.com/apache/datafusion/pull/15228
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
alamb merged PR #15075:
URL: https://github.com/apache/datafusion/pull/15075
--
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
jonahgao commented on code in PR #15153:
URL: https://github.com/apache/datafusion/pull/15153#discussion_r1995820915
##
datafusion/core/tests/sql/select.rs:
##
@@ -350,3 +350,45 @@ async fn test_version_function() {
assert_eq!(version.value(0), expected_version);
}
+
+#[
chenkovsky commented on PR #15212:
URL: https://github.com/apache/datafusion/pull/15212#issuecomment-2725105874
> > for stackoverflow problem. do you have any idea?
>
> No, I don't have any idea currently 🤔. I'm not sure, but I guess
`recursive_protection` is the right direction.
comphead merged PR #15222:
URL: https://github.com/apache/datafusion/pull/15222
--
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...@dataf
parthchandra merged PR #1528:
URL: https://github.com/apache/datafusion-comet/pull/1528
--
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.
jonahgao commented on code in PR #15153:
URL: https://github.com/apache/datafusion/pull/15153#discussion_r1995837380
##
datafusion/sql/src/expr/mod.rs:
##
@@ -983,14 +983,102 @@ impl SqlToRel<'_, S> {
Ok(Expr::Cast(Cast::new(Box::new(expr), dt)))
}
+/// Extra
goldmedal commented on code in PR #15212:
URL: https://github.com/apache/datafusion/pull/15212#discussion_r1995622142
##
datafusion/sql/tests/cases/plan_to_sql.rs:
##
@@ -1746,3 +1749,153 @@ fn test_unparse_subquery_alias_with_table_pushdown() ->
Result<()> {
assert_eq!(sq
timsaucer closed issue #1045: Make global context easier to access for users
URL: https://github.com/apache/datafusion-python/issues/1045
--
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
irenjj commented on PR #15163:
URL: https://github.com/apache/datafusion/pull/15163#issuecomment-2724520622
Thanks @alamb , have added an example for Projection, it looks better than
before.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
alamb closed issue #15196: Implement tree explain for InterleaveExec
URL: https://github.com/apache/datafusion/issues/15196
--
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 u
xudong963 commented on PR #15228:
URL: https://github.com/apache/datafusion/pull/15228#issuecomment-2724916905
Let's go!
--
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
Spaarsh commented on PR #1059:
URL:
https://github.com/apache/datafusion-python/pull/1059#issuecomment-2724624458
@timsaucer any suggestions on what other internal class to rename next? If I
am correct, all the classes in `_internal` here should be renamed next:
https://github.com/apach
xudong963 commented on PR #15227:
URL: https://github.com/apache/datafusion/pull/15227#issuecomment-2724958382
Strange, can't rebase the branch-46 to the PR even if the branch-46 has been
updated
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
codecov-commenter commented on PR #1530:
URL:
https://github.com/apache/datafusion-comet/pull/1530#issuecomment-2725179241
##
[Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/1530?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca
onlyjackfrost commented on issue #14433:
URL: https://github.com/apache/datafusion/issues/14433#issuecomment-2725209746
@eliaperantoni for the others unary expression.
- `Not`: I didn't see any error that could attach a diagnostic with.
- `Minus`:
- I would like to attach diagn
berkaysynnada commented on issue #15111:
URL: https://github.com/apache/datafusion/issues/15111#issuecomment-2724593747
> [@berkaysynnada](https://github.com/berkaysynnada) is there any particular
problem (like you are trying to implement some feature that you can not) you
are trying to sol
andygrove commented on PR #1511:
URL:
https://github.com/apache/datafusion-comet/pull/1511#issuecomment-2724616413
I plan on starting to review this next week since I am busy with the 0.7.0
release at the moment.
--
This is an automated message from the Apache Git Service.
To respond to
shruti2522 opened a new pull request, #15232:
URL: https://github.com/apache/datafusion/pull/15232
## Which issue does this PR close?
- Closes #15025 .
## Rationale for this change
## What changes are included in this PR?
## Are these change
timsaucer commented on issue #1045:
URL:
https://github.com/apache/datafusion-python/issues/1045#issuecomment-2725082592
Closed by #1060
--
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 speci
niebayes closed issue #15224: Bug: reconstruct LogicalPlan::Limit fails due to
expressions out of order
URL: https://github.com/apache/datafusion/issues/15224
--
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
iffyio commented on code in PR #1755:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1755#discussion_r1995813212
##
tests/sqlparser_snowflake.rs:
##
@@ -976,6 +976,27 @@ fn parse_sf_create_or_replace_with_comment_for_snowflake()
{
}
}
+#[test]
+fn parse_sf
codecov-commenter commented on PR #1529:
URL:
https://github.com/apache/datafusion-comet/pull/1529#issuecomment-2725149648
##
[Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/1529?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca
mvzink commented on code in PR #1747:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1747#discussion_r1995867380
##
src/parser/mod.rs:
##
@@ -6928,13 +6874,122 @@ impl<'a> Parser<'a> {
};
}
+let plain_options = self.parse_plain_optio
dependabot[bot] opened a new pull request, #15223:
URL: https://github.com/apache/datafusion/pull/15223
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.13 to 0.7.14.
Commits
https://github.com/tokio-rs/tokio/commit/b663abe09199c63f18abf5cc024b01fdc71553a4";>b663ab
niebayes commented on issue #15224:
URL: https://github.com/apache/datafusion/issues/15224#issuecomment-2724218464
@jonahgao It's proved my codebase is stale. Sorry.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
andygrove closed pull request #1532: chore: re-enable GitHub discussions
URL: https://github.com/apache/datafusion-comet/pull/1532
--
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
andygrove opened a new issue, #1533:
URL: https://github.com/apache/datafusion-comet/issues/1533
### Describe the bug
We need to re-enable GitHub discussions via asf.yaml changes
https://github.com/apache/infrastructure-asfyaml/tree/ng-parser?tab=readme-ov-file#repository-featu
logan-keede commented on issue #13814:
URL: https://github.com/apache/datafusion/issues/13814#issuecomment-2725515168
using following command on release 42.0.0, 45.0.0, and current main.
```bash
cargo build -p datafusion-cli --timings -j 10
```
[42.0.0]
 about how the
caching is done.
--
This is an automated
alamb merged PR #15227:
URL: https://github.com/apache/datafusion/pull/15227
--
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
alamb merged PR #15152:
URL: https://github.com/apache/datafusion/pull/15152
--
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
alamb merged PR #15030:
URL: https://github.com/apache/datafusion/pull/15030
--
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
alamb commented on issue #15151:
URL: https://github.com/apache/datafusion/issues/15151#issuecomment-2725520004
THanks @xudong963 -- I merged the outstanding issues. I think it should be
good to go now
--
This is an automated message from the Apache Git Service.
To respond to the message
alamb merged PR #15229:
URL: https://github.com/apache/datafusion/pull/15229
--
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
alamb commented on PR #15030:
URL: https://github.com/apache/datafusion/pull/15030#issuecomment-2725520886
🚀 📖
--
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 unsubscri
rkrishn7 commented on issue #15236:
URL: https://github.com/apache/datafusion/issues/15236#issuecomment-2726161606
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 u
jayzhan211 commented on issue #15035:
URL: https://github.com/apache/datafusion/issues/15035#issuecomment-2726167036
month_id is integer and "2024" is utf8.
In `type_coercion`, we cast month_id to utf8 based on the coercion rule.
`CAST(foo.month_id AS Utf8) = Utf8("2024")`
zhuqi-lucas opened a new pull request, #15239:
URL: https://github.com/apache/datafusion/pull/15239
## Which issue does this PR close?
- Closes part of [15096](https://github.com/apache/datafusion/issues/15096)
## Rationale for this change
Support logic optimize rule
2010YOUY01 commented on issue #15235:
URL: https://github.com/apache/datafusion/issues/15235#issuecomment-2726205427
It's back 🎉

--
This is an automated message from the Apache Git Service.
T
rkrishn7 opened a new pull request, #15242:
URL: https://github.com/apache/datafusion/pull/15242
## Which issue does this PR close?
Closes #15236
## Rationale for this change
An assumption made by a predicate while re-writing union inputs is incorrect.
Even if an
rkrishn7 commented on PR #15242:
URL: https://github.com/apache/datafusion/pull/15242#issuecomment-2726219639
Was trying to add all the queries from the issue, but ran into problems with
`normalize::convert_batches` during the SLTs 🤔
--
This is an automated message from the Apache Git Se
comphead commented on code in PR #14967:
URL: https://github.com/apache/datafusion/pull/14967#discussion_r1996412978
##
datafusion/core/tests/parquet/filter_pushdown.rs:
##
@@ -65,7 +65,12 @@ fn generate_file(tempdir: &TempDir, props: WriterProperties)
-> TestParquetFile
t
alamb commented on code in PR #15149:
URL: https://github.com/apache/datafusion/pull/15149#discussion_r1996130649
##
datafusion/sqllogictest/test_files/array.slt:
##
@@ -4408,12 +4422,10 @@ select array_union(arrow_cast([], 'LargeList(Int64)'),
arrow_cast([], 'LargeList
query
irenjj commented on code in PR #15163:
URL: https://github.com/apache/datafusion/pull/15163#discussion_r1996599515
##
datafusion/sqllogictest/test_files/explain_tree.slt:
##
@@ -704,29 +704,26 @@ physical_plan
01)┌───┐
02)│ ProjectionExec │
jayzhan211 commented on code in PR #15149:
URL: https://github.com/apache/datafusion/pull/15149#discussion_r1996528078
##
datafusion/functions-nested/src/extract.rs:
##
@@ -200,6 +199,7 @@ fn array_element_inner(args: &[ArrayRef]) ->
Result {
let [array, indexes] = take_fu
jayzhan211 commented on PR #15149:
URL: https://github.com/apache/datafusion/pull/15149#issuecomment-2726151394
When we return `Null`, can we return with type other than null, for example
List::i64 for list type, i64 for non-list type. I guess this reduce the null
case we need to handle
-
alamb commented on PR #15227:
URL: https://github.com/apache/datafusion/pull/15227#issuecomment-2725518675
Ok, looks good from here
--
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 co
jayzhan211 commented on code in PR #10790:
URL: https://github.com/apache/datafusion/pull/10790#discussion_r1996546811
##
datafusion/functions-array/src/make_array.rs:
##
@@ -131,6 +131,11 @@ impl ScalarUDFImpl for MakeArray {
}
}
+// Empty array is a special case that i
irenjj commented on code in PR #15163:
URL: https://github.com/apache/datafusion/pull/15163#discussion_r1996471175
##
datafusion/sqllogictest/test_files/explain_tree.slt:
##
@@ -739,43 +736,42 @@ physical_plan
01)┌───┐
02)│ ProjectionExec │
2010YOUY01 commented on PR #15241:
URL: https://github.com/apache/datafusion/pull/15241#issuecomment-2726204144
> Thanks @2010YOUY01! I was just about to work on it, but you already got it
done. 👍
😄 Let's merge and check if this fix works.
--
This is an automated message from the A
2010YOUY01 closed issue #15235: DataFusion discussions are missing
URL: https://github.com/apache/datafusion/issues/15235
--
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
jayzhan211 commented on code in PR #15149:
URL: https://github.com/apache/datafusion/pull/15149#discussion_r1996516558
##
datafusion/functions-nested/src/dimension.rs:
##
@@ -204,59 +194,57 @@ pub fn array_dims_inner(args: &[ArrayRef]) ->
Result {
let [array] = take_functi
xudong963 opened a new pull request, #15243:
URL: https://github.com/apache/datafusion/pull/15243
## Which issue does this PR close?
- part of https://github.com/apache/datafusion/issues/15151
## Rationale for this change
Prepare for 46.0.1 release
xudong963 merged PR #15240:
URL: https://github.com/apache/datafusion/pull/15240
--
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
xudong963 closed issue #15226: Consider only runnning datafusion-cli tests for
linux (not mac)
URL: https://github.com/apache/datafusion/issues/15226
--
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
alamb commented on PR #15124:
URL: https://github.com/apache/datafusion/pull/15124#issuecomment-2724651837
Backport PR:
- https://github.com/apache/datafusion/pull/15227
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
alamb commented on issue #15151:
URL: https://github.com/apache/datafusion/issues/15151#issuecomment-2724699117
I have made the backport PRs:
- https://github.com/apache/datafusion/pull/15227
- https://github.com/apache/datafusion/pull/15228
- https://github.com/apache/datafusion/pul
shruti2522 closed pull request #14961: datafusion-cli: add streaming state for
printing logic
URL: https://github.com/apache/datafusion/pull/14961
--
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
HawaiianSpork commented on issue #5950:
URL: https://github.com/apache/datafusion/issues/5950#issuecomment-2724596144
> > This should be fixed now by
https://github.com/apache/datafusion/pull/10515. You can now override the
schema used in the file scanner using the SchemaAdapter.
>
>
alamb commented on PR #15229:
URL: https://github.com/apache/datafusion/pull/15229#issuecomment-2724704204
Security Audit CI should be fixed by
- https://github.com/apache/datafusion/pull/15228
--
This is an automated message from the Apache Git Service.
To respond to the message,
alamb opened a new pull request, #15229:
URL: https://github.com/apache/datafusion/pull/15229
## Which issue does this PR close?
- Part of https://github.com/apache/datafusion/issues/15151
- Related to https://github.com/apache/datafusion/issues/15150
## Rationale for this ch
alamb opened a new pull request, #15227:
URL: https://github.com/apache/datafusion/pull/15227
- Part of https://github.com/apache/datafusion/issues/15151
- Backport https://github.com/apache/datafusion/issues/15122 /
https://github.com/apache/datafusion/pull/15124 to `branch-46`
--
Spaarsh commented on PR #1059:
URL:
https://github.com/apache/datafusion-python/pull/1059#issuecomment-2724612608
> Thank you for all the work on this.
I wasn't of much help in the tests part. Thanks for your patience!!
--
This is an automated message from the Apache Git Service.
T
jayzhan211 opened a new pull request, #15230:
URL: https://github.com/apache/datafusion/pull/15230
## Which issue does this PR close?
- Closes #15218 .
## Rationale for this change
## What changes are included in this PR?
## Are these change
Omega359 commented on issue #15105:
URL: https://github.com/apache/datafusion/issues/15105#issuecomment-2724800170
@jkosh44 Would you be able to add a note about array signature changes to
https://github.com/apache/datafusion/blob/main/docs/source/library-user-guide/upgrading.md
?
--
Thi
andygrove commented on code in PR #1525:
URL: https://github.com/apache/datafusion-comet/pull/1525#discussion_r1995643547
##
docs/source/user-guide/tuning.md:
##
@@ -17,18 +17,94 @@ specific language governing permissions and limitations
under the License.
-->
-# Tuning Guid
andygrove commented on code in PR #1525:
URL: https://github.com/apache/datafusion-comet/pull/1525#discussion_r1995645694
##
docs/source/user-guide/tuning.md:
##
@@ -143,28 +182,20 @@ Once it is disabled, Comet will fall back to the default
Spark shuffle manager.
### Shuffle
xudong963 commented on issue #15151:
URL: https://github.com/apache/datafusion/issues/15151#issuecomment-2725044156
> I'll try and get them merged today and then I think we can make release
notes and prep an RC
Hi @alamb , I'm going to bed, I'll start the release process tomorrow
--
comphead commented on code in PR #15232:
URL: https://github.com/apache/datafusion/pull/15232#discussion_r1995801147
##
datafusion/sqllogictest/test_files/explain_tree.slt:
##
@@ -246,6 +252,72 @@ physical_plan
11)│format: csv│
12)└───┘
comphead merged PR #15223:
URL: https://github.com/apache/datafusion/pull/15223
--
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...@dataf
comphead merged PR #15221:
URL: https://github.com/apache/datafusion/pull/15221
--
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...@dataf
1 - 100 of 205 matches
Mail list logo