shehabgamin commented on issue #15072:
URL: https://github.com/apache/datafusion/issues/15072#issuecomment-2735261314
I feel like this may be important enough to try to get into the release.
Does anyone else have thoughts?
https://github.com/apache/datafusion/issues/15174
--
This i
adriangb commented on PR #15301:
URL: https://github.com/apache/datafusion/pull/15301#issuecomment-2735401711
Inspired by discussion in https://github.com/apache/datafusion/pull/13054 I
went with adding this to `ExecutionPlan`.
--
This is an automated message from the Apache Git Service.
adriangb commented on PR #15301:
URL: https://github.com/apache/datafusion/pull/15301#issuecomment-2735408031
Tomorrow I plan on doing some tracer bullet testing to see if this approach
works at all.
--
This is an automated message from the Apache Git Service.
To respond to the message, p
adriangb commented on PR #15301:
URL: https://github.com/apache/datafusion/pull/15301#issuecomment-2735413403
cc @alamb
--
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
alamb commented on PR #15217:
URL: https://github.com/apache/datafusion/pull/15217#issuecomment-2734530255
> hey @alamb, I have already added a re-export at the end of
`datafusion/functions/src/string/overlay.rs` like this
Thanks @shruti2522 - that looks good to me
I double ch
comphead commented on code in PR #1456:
URL: https://github.com/apache/datafusion-comet/pull/1456#discussion_r2001739415
##
native/core/Cargo.toml:
##
@@ -77,6 +77,7 @@ jni = { version = "0.21", features = ["invocation"] }
lazy_static = "1.4"
assertables = "7"
hex = "0.4.3"
+
akurmustafa commented on PR #59:
URL: https://github.com/apache/datafusion-site/pull/59#issuecomment-2734756045
> > Thanks @alamb, I was working on to add the example you gave ("DataFusion
can find / use orderings based on query intermediates"). Should we add this to
the document what do yo
alamb merged PR #15209:
URL: https://github.com/apache/datafusion/pull/15209
--
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
xudong963 merged PR #15292:
URL: https://github.com/apache/datafusion/pull/15292
--
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
shehabgamin commented on code in PR #15168:
URL: https://github.com/apache/datafusion/pull/15168#discussion_r2002067067
##
datafusion/spark/src/function/math/expm1.rs:
##
@@ -0,0 +1,169 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor lic
comphead commented on code in PR #60:
URL: https://github.com/apache/datafusion-site/pull/60#discussion_r2002069929
##
content/blog/2025-03-18-parquet-pruning.md:
##
@@ -0,0 +1,111 @@
+---
+layout: post
+title: Parquet pruning in DataFusion: Read Only What Matters
+date: 2025-03
Jiashu-Hu commented on code in PR #15287:
URL: https://github.com/apache/datafusion/pull/15287#discussion_r2001662346
##
datafusion/sql/src/select.rs:
##
@@ -826,6 +827,13 @@ impl SqlToRel<'_, S> {
.map(|expr| rebase_expr(expr, &aggr_projection_exprs, input))
mvzink opened a new pull request, #1769:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1769
(no comment)
--
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
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001376856
##
datafusion/core/tests/parquet/custom_reader.rs:
##
@@ -96,17 +97,15 @@ async fn
route_data_access_ops_to_parquet_file_reader_factory() {
let task_ctx = ses
timsaucer merged PR #15280:
URL: https://github.com/apache/datafusion/pull/15280
--
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
akurmustafa commented on PR #59:
URL: https://github.com/apache/datafusion-site/pull/59#issuecomment-2734859868
With the
[commit](https://github.com/apache/datafusion-site/pull/59/commits/85eea6a572f95972a155ee9926319112e7149ce8),
I have added the @alamb's suggestion to the post.
--
This
andygrove commented on code in PR #1456:
URL: https://github.com/apache/datafusion-comet/pull/1456#discussion_r2002089283
##
native/core/src/execution/planner.rs:
##
@@ -3004,4 +3006,130 @@ mod tests {
type_info: None,
}
}
+
+#[test]
+fn test_c
Omega359 commented on code in PR #59:
URL: https://github.com/apache/datafusion-site/pull/59#discussion_r2002099018
##
content/images/ordering_analysis/query_window_plan.png:
##
Review Comment:
At the output of the window function the table has the ordering:
--
This is
comphead commented on PR #1456:
URL:
https://github.com/apache/datafusion-comet/pull/1456#issuecomment-2734862629
Thanks everyone
--
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
comphead merged PR #1456:
URL: https://github.com/apache/datafusion-comet/pull/1456
--
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...@d
andygrove merged PR #1547:
URL: https://github.com/apache/datafusion-comet/pull/1547
--
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...@
alamb commented on issue #15053:
URL: https://github.com/apache/datafusion/issues/15053#issuecomment-2734564305
Thanks @berkaysynnada
In general I suggest emphasizing things that many users of the crate will
see / appreciate and mentioning, but not too deeply, things that developers
xudong963 commented on code in PR #15296:
URL: https://github.com/apache/datafusion/pull/15296#discussion_r2002299377
##
datafusion/expr-common/src/statistics.rs:
##
@@ -857,6 +857,143 @@ pub fn compute_variance(
ScalarValue::try_from(target_type)
}
+/// Merges two distr
xudong963 commented on code in PR #15296:
URL: https://github.com/apache/datafusion/pull/15296#discussion_r2002309255
##
datafusion/expr-common/src/statistics.rs:
##
@@ -857,6 +857,143 @@ pub fn compute_variance(
ScalarValue::try_from(target_type)
}
+/// Merges two distr
xudong963 commented on issue #15290:
URL: https://github.com/apache/datafusion/issues/15290#issuecomment-2732391652
There is a proposal: https://github.com/apache/datafusion/pull/15296
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
UBarney commented on code in PR #15266:
URL: https://github.com/apache/datafusion/pull/15266#discussion_r2000992780
##
datafusion/functions-aggregate/src/first_last.rs:
##
@@ -179,6 +292,423 @@ impl AggregateUDFImpl for FirstValue {
}
}
+struct FirstGroupsAccumulator
+wh
alamb commented on issue #15291:
URL: https://github.com/apache/datafusion/issues/15291#issuecomment-2732103208
Thanks @aectaan -- what is the error message that you get?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
UBarney commented on code in PR #15266:
URL: https://github.com/apache/datafusion/pull/15266#discussion_r2000992780
##
datafusion/functions-aggregate/src/first_last.rs:
##
@@ -179,6 +292,423 @@ impl AggregateUDFImpl for FirstValue {
}
}
+struct FirstGroupsAccumulator
+wh
Omega359 commented on code in PR #15242:
URL: https://github.com/apache/datafusion/pull/15242#discussion_r2001009802
##
datafusion/sqllogictest/test_files/union_by_name.slt:
##
@@ -287,3 +287,137 @@ SELECT '0' as c UNION ALL BY NAME SELECT 0 as c;
0
0
+
+# Regression tes
blaginin commented on code in PR #15258:
URL: https://github.com/apache/datafusion/pull/15258#discussion_r2001416176
##
datafusion/core/Cargo.toml:
##
@@ -126,6 +126,7 @@ datafusion-physical-plan = { workspace = true }
datafusion-sql = { workspace = true }
flate2 = { version =
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001379803
##
datafusion/core/tests/parquet/schema.rs:
##
@@ -153,7 +151,15 @@ async fn schema_merge_can_preserve_metadata() {
let actual = df.collect().await.unwrap();
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001384434
##
datafusion/core/tests/sql/path_partition.rs:
##
@@ -145,16 +146,7 @@ async fn parquet_distinct_partition_col() -> Result<()> {
.collect()
.awai
sdht0 commented on PR #15286:
URL: https://github.com/apache/datafusion/pull/15286#issuecomment-2733877823
Ah fixed it thanks.
--
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
xudong963 commented on code in PR #15253:
URL: https://github.com/apache/datafusion/pull/15253#discussion_r2001108185
##
datafusion/sqllogictest/test_files/explain_tree.slt:
##
@@ -202,53 +202,48 @@ physical_plan
02)│ AggregateExec │
03)│
xudong963 commented on PR #15268:
URL: https://github.com/apache/datafusion/pull/15268#issuecomment-2733344214
Thank you all!
--
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.
xudong963 merged PR #15268:
URL: https://github.com/apache/datafusion/pull/15268
--
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 commented on issue #15290:
URL: https://github.com/apache/datafusion/issues/15290#issuecomment-2732132955
> Will require an accurate distribution (not just an approximation
Yes, it depends on whether each distribution is accurate, if they're, the
merged distribution should b
Dandandan commented on code in PR #15266:
URL: https://github.com/apache/datafusion/pull/15266#discussion_r2000574008
##
datafusion/functions-aggregate/src/first_last.rs:
##
@@ -179,6 +292,423 @@ impl AggregateUDFImpl for FirstValue {
}
}
+struct FirstGroupsAccumulator
xudong963 commented on code in PR #15253:
URL: https://github.com/apache/datafusion/pull/15253#discussion_r2000832270
##
datafusion/sqllogictest/test_files/explain_tree.slt:
##
@@ -202,53 +202,48 @@ physical_plan
02)│ AggregateExec │
03)│
alamb commented on PR #14286:
URL: https://github.com/apache/datafusion/pull/14286#issuecomment-2733529188
Converting to a draft until we hav spawn service
- https://github.com/apache/arrow-rs/pull/7253
--
This is an automated message from the Apache Git Service.
To respond to the messa
jayzhan211 commented on code in PR #15201:
URL: https://github.com/apache/datafusion/pull/15201#discussion_r2000904176
##
datafusion/core/tests/dataframe/mod.rs:
##
@@ -1571,14 +1571,18 @@ async fn with_column_join_same_columns() -> Result<()> {
assert_snapshot!(
Omega359 commented on PR #15101:
URL: https://github.com/apache/datafusion/pull/15101#issuecomment-2733251482
Is this ready for review or is there something outstanding for it to be
still in draft?
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
irenjj commented on PR #15253:
URL: https://github.com/apache/datafusion/pull/15253#issuecomment-2733266739
Thanks @alamb, @jayzhan211 and @xudong963 for your review, here are two
points that remain unclear:
1. For GROUP BY, is it necessary to preserve the row index -- for more
informati
sdht0 commented on PR #15286:
URL: https://github.com/apache/datafusion/pull/15286#issuecomment-2733900724
Weird that I received an email about another comment from Weijun-H but can't
see it here?
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
irenjj commented on PR #15253:
URL: https://github.com/apache/datafusion/pull/15253#issuecomment-2732945218
> Is it possible to modify `Display` for Expr for explain statement?
I haven't tried it, not sure how it will affect other logic.
--
This is an automated message from the Apac
blaginin commented on code in PR #14954:
URL: https://github.com/apache/datafusion/pull/14954#discussion_r2001448048
##
datafusion-cli/tests/cli_integration.rs:
##
@@ -51,6 +51,163 @@ fn init() {
["--command", "show datafusion.execution.batch_size", "--format", "json",
"-q
RaghavendraGanesh commented on issue #1509:
URL:
https://github.com/apache/datafusion-comet/issues/1509#issuecomment-2733053103
Thanks @andygrove , will give it a try.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
GitHub user bertvermeiren edited a discussion: enum Expr extension on logical
level
Hi,
In order to write some additional logical and physical plan implementations, we
do have to create some kind of "composite" logical expression.
Nowadays in the code base you have already existing expressi
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001378037
##
datafusion/core/tests/parquet/schema.rs:
##
@@ -82,7 +69,18 @@ async fn schema_merge_ignores_metadata_by_default() {
.unwrap();
let actual = df.col
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001380462
##
datafusion/core/tests/parquet/schema.rs:
##
@@ -167,7 +173,15 @@ async fn schema_merge_can_preserve_metadata() {
assert_eq!(actual.clone(), expected_metadat
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001378793
##
datafusion/core/tests/parquet/schema.rs:
##
@@ -97,7 +95,18 @@ async fn schema_merge_ignores_metadata_by_default() {
.collect()
.await
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001386538
##
datafusion/core/tests/sql/path_partition.rs:
##
@@ -430,21 +381,7 @@ async fn parquet_multiple_partitions() -> Result<()> {
.collect()
.await?;
jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001387282
##
datafusion/core/tests/sql/select.rs:
##
@@ -30,23 +30,7 @@ async fn test_list_query_parameters() -> Result<()> {
.with_param_values(vec
}
alamb commented on issue #15298:
URL: https://github.com/apache/datafusion/issues/15298#issuecomment-2734055350
Thank you @Omega359 -- I agree this is very important
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
alamb commented on code in PR #15263:
URL: https://github.com/apache/datafusion/pull/15263#discussion_r200126
##
datafusion/core/src/datasource/physical_plan/parquet.rs:
##
@@ -224,6 +224,327 @@ mod tests {
)
}
+#[tokio::test]
+async fn test_pushdown_
milenkovicm commented on issue #1205:
URL:
https://github.com/apache/datafusion-ballista/issues/1205#issuecomment-2734056479
once we have s3 support it should work with minio. would you be interested
in contributing @fithisux ?
--
This is an automated message from the Apache Git Service
alamb commented on issue #15298:
URL: https://github.com/apache/datafusion/issues/15298#issuecomment-2734058015
I think this is a good first issue as the write up is clear and there is an
example to follow
--
This is an automated message from the Apache Git Service.
To respond to the mess
alamb commented on issue #15291:
URL: https://github.com/apache/datafusion/issues/15291#issuecomment-2734059396
Thanks @aectaan
--
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 comme
alamb commented on issue #15291:
URL: https://github.com/apache/datafusion/issues/15291#issuecomment-2734063672
I wonder if you can get a pure SQL (`datafusion-cli` based) reproducer? Or
does it require creating and configuring a custom context / optimizer rules 🤔
--
This is an automated
xudong963 opened a new pull request, #15296:
URL: https://github.com/apache/datafusion/pull/15296
## Which issue does this PR close?
- Closes https://github.com/apache/datafusion/issues/15290
## Rationale for this change
See issue #15290
## What change
2010YOUY01 commented on code in PR #15266:
URL: https://github.com/apache/datafusion/pull/15266#discussion_r2000593852
##
datafusion/functions-aggregate/src/first_last.rs:
##
@@ -179,6 +292,423 @@ impl AggregateUDFImpl for FirstValue {
}
}
+struct FirstGroupsAccumulator
irenjj commented on code in PR #15253:
URL: https://github.com/apache/datafusion/pull/15253#discussion_r2000877388
##
datafusion/sqllogictest/test_files/explain_tree.slt:
##
@@ -202,53 +202,48 @@ physical_plan
02)│ AggregateExec │
03)│ │
xudong963 merged PR #15294:
URL: https://github.com/apache/datafusion/pull/15294
--
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
GitHub user dadepo added a comment to the discussion: Does DataFusion Support
JSON Path Filtering Like `jsonb_path_exists` in PostgreSQL?
> You could create a function called `jsonb_path_exists` that takes a binary
> column and a json path string perhaps?
I think what I am missing is how this
savaliyabhargav commented on issue #13815:
URL: https://github.com/apache/datafusion/issues/13815#issuecomment-2732178094
@matthewmturner yes sure i am interested can you please give me more detail
about it
--
This is an automated message from the Apache Git Service.
To respond to th
xudong963 opened a new issue, #15290:
URL: https://github.com/apache/datafusion/issues/15290
### Is your feature request related to a problem or challenge?
I'm working on the ticket: https://github.com/apache/datafusion/issues/10316.
Given that, we'll replace all `Precision` wit
andygrove commented on code in PR #1540:
URL: https://github.com/apache/datafusion-comet/pull/1540#discussion_r2001302504
##
docs/source/user-guide/kubernetes.md:
##
@@ -65,31 +65,31 @@ metadata:
spec:
type: Scala
mode: cluster
- image: ghcr.io/apache/datafusion-comet:sp
fithisux commented on issue #1205:
URL:
https://github.com/apache/datafusion-ballista/issues/1205#issuecomment-2733646600
I would rather have minio support because they provide full working docker
images that you incorporate in a full fledge docker compose educational stack.
--
This is a
aectaan commented on issue #15291:
URL: https://github.com/apache/datafusion/issues/15291#issuecomment-2732112476
@alamb it's related to common subexpr eliminate:
```
called `Result::unwrap()` on an `Err` value: Context("Optimizer rule
'common_sub_expression_eliminate' failed", SchemaE
kosiew opened a new pull request, #15295:
URL: https://github.com/apache/datafusion/pull/15295
## Which issue does this PR close?
- Closes #14757.
## Rationale for this change
This PR introduces a `NestedStructSchemaAdapter` to improve schema evolution
handling in DataFu
kosiew commented on code in PR #15295:
URL: https://github.com/apache/datafusion/pull/15295#discussion_r2000486806
##
datafusion/datasource/src/nested_schema_adapter.rs:
##
@@ -0,0 +1,582 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor l
kosiew commented on code in PR #15295:
URL: https://github.com/apache/datafusion/pull/15295#discussion_r2000486806
##
datafusion/datasource/src/nested_schema_adapter.rs:
##
@@ -0,0 +1,582 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor l
irenjj commented on code in PR #15253:
URL: https://github.com/apache/datafusion/pull/15253#discussion_r2001153997
##
datafusion/physical-plan/src/aggregates/mod.rs:
##
@@ -801,6 +803,16 @@ impl DisplayAs for AggregateExec {
}
}
Display
onlyjackfrost commented on code in PR #15209:
URL: https://github.com/apache/datafusion/pull/15209#discussion_r2001158621
##
datafusion/sql/src/expr/unary_op.rs:
##
@@ -45,7 +45,18 @@ impl SqlToRel<'_, S> {
{
Ok(operand)
} e
iffyio commented on code in PR #1766:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1766#discussion_r2001170116
##
src/ast/mod.rs:
##
@@ -2256,6 +2256,57 @@ impl fmt::Display for ConditionalStatements {
}
}
+/// A `RAISE` statement.
+///
+/// Examples:
+//
irenjj commented on code in PR #15253:
URL: https://github.com/apache/datafusion/pull/15253#discussion_r2001176277
##
datafusion/expr/src/expr.rs:
##
@@ -2596,6 +2612,176 @@ impl Display for SchemaDisplay<'_> {
}
}
+struct SqlDisplay<'a>(&'a Expr);
+impl Display for SqlD
onlyjackfrost commented on code in PR #15209:
URL: https://github.com/apache/datafusion/pull/15209#discussion_r2001158621
##
datafusion/sql/src/expr/unary_op.rs:
##
@@ -45,7 +45,18 @@ impl SqlToRel<'_, S> {
{
Ok(operand)
} e
iffyio merged PR #1766:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1766
--
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
eliaperantoni commented on code in PR #15209:
URL: https://github.com/apache/datafusion/pull/15209#discussion_r2001166961
##
datafusion/sql/src/expr/unary_op.rs:
##
@@ -45,7 +45,18 @@ impl SqlToRel<'_, S> {
{
Ok(operand)
} e
onlyjackfrost commented on code in PR #15209:
URL: https://github.com/apache/datafusion/pull/15209#discussion_r2001158621
##
datafusion/sql/src/expr/unary_op.rs:
##
@@ -45,7 +45,18 @@ impl SqlToRel<'_, S> {
{
Ok(operand)
} e
blaginin commented on code in PR #15266:
URL: https://github.com/apache/datafusion/pull/15266#discussion_r2001206529
##
datafusion/functions-aggregate/src/first_last.rs:
##
@@ -179,6 +292,424 @@ impl AggregateUDFImpl for FirstValue {
}
}
+struct FirstPrimitiveGroupsAccum
blaginin commented on code in PR #15266:
URL: https://github.com/apache/datafusion/pull/15266#discussion_r2001210201
##
datafusion/functions-aggregate/src/first_last.rs:
##
@@ -179,6 +292,424 @@ impl AggregateUDFImpl for FirstValue {
}
}
+struct FirstPrimitiveGroupsAccum
alamb commented on issue #15067:
URL: https://github.com/apache/datafusion/issues/15067#issuecomment-2733546979
I am convinced this issue would be solved with automatic retries
- https://github.com/apache/arrow-rs/issues/7242
--
This is an automated message from the Apache Git Service.
iffyio commented on code in PR #1767:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1767#discussion_r2000290321
##
src/ast/mod.rs:
##
@@ -7919,11 +7921,28 @@ impl fmt::Display for ContextModifier {
write!(f, "")
}
Self::L
dependabot[bot] opened a new pull request, #15292:
URL: https://github.com/apache/datafusion/pull/15292
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.15.1 to 1.16.0.
Release notes
Sourced from https://github.com/uuid-rs/uuid/releases";>uuid's releases.
v1.16.0
What'
dependabot[bot] opened a new pull request, #15293:
URL: https://github.com/apache/datafusion/pull/15293
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.36.0 to
1.37.0.
Release notes
Sourced from https://github.com/paupino/rust-decimal/releases";>rust_decimal's
dependabot[bot] opened a new pull request, #15294:
URL: https://github.com/apache/datafusion/pull/15294
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.87 to
0.1.88.
Release notes
Sourced from https://github.com/dtolnay/async-trait/releases";>async-trait's
rel
suibianwanwank commented on PR #15281:
URL: https://github.com/apache/datafusion/pull/15281#issuecomment-2731893665
@alamb Hi, I have updated the PR title to start with "fix," but it seems
that the "bug" label has not been added. And the PR is now ready for review,
Please take a look at you
berkaysynnada merged PR #15284:
URL: https://github.com/apache/datafusion/pull/15284
--
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...@
berkaysynnada commented on PR #15284:
URL: https://github.com/apache/datafusion/pull/15284#issuecomment-2731952749
Thank you @alamb and @comphead
--
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 closed issue #15105: Upgrade Guide for DataFusion 46 does not include the
array signatures change
URL: https://github.com/apache/datafusion/issues/15105
--
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
1 - 100 of 228 matches
Mail list logo