Rachelint closed issue #15830: Support exposing setting memory limit of memory
pool
URL: https://github.com/apache/datafusion/issues/15830
--
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 specifi
jayzhan211 opened a new pull request, #15834:
URL: https://github.com/apache/datafusion/pull/15834
## Which issue does this PR close?
- Closes #.
## Rationale for this change
## What changes are included in this PR?
## Are these changes test
parthchandra commented on code in PR #1667:
URL: https://github.com/apache/datafusion-comet/pull/1667#discussion_r2056942543
##
spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala:
##
@@ -161,10 +161,28 @@ class CometSparkSessionExtensions
}
comphead commented on PR #1680:
URL:
https://github.com/apache/datafusion-comet/pull/1680#issuecomment-2825758696
Now problem DF and Spark returns different value if count is null
DF returns empty array
```
> select array_repeat(null, arrow_cast(null, 'Int32'));
+---
comphead opened a new pull request, #1680:
URL: https://github.com/apache/datafusion-comet/pull/1680
## Which issue does this PR close?
Replaces #1205 .
Closes #1347
## Rationale for this change
## What changes are included in this PR?
andygrove merged PR #1675:
URL: https://github.com/apache/datafusion-comet/pull/1675
--
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...@
aharpervc commented on PR #1810:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1810#issuecomment-2825353800
Rebased again now that
https://github.com/apache/datafusion-sqlparser-rs/pull/1808 has been merged.
Should be ready for review.
--
This is an automated message from
aharpervc commented on code in PR #1809:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1809#discussion_r2056927589
##
src/parser/mod.rs:
##
@@ -618,6 +632,7 @@ impl<'a> Parser<'a> {
// `COMMENT` is snowflake specific
https://docs.snowflake.com/en
aharpervc commented on code in PR #1809:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1809#discussion_r2056927872
##
src/parser/mod.rs:
##
@@ -3939,6 +3954,26 @@ impl<'a> Parser<'a> {
})
}
+/// Return nth previous token, possibly whitespac
aharpervc commented on code in PR #1809:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1809#discussion_r2056929658
##
src/parser/mod.rs:
##
@@ -484,8 +488,18 @@ impl<'a> Parser<'a> {
}
let statement = self.parse_statement()?;
+
aharpervc commented on code in PR #1809:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1809#discussion_r2056934141
##
src/parser/mod.rs:
##
@@ -484,8 +488,18 @@ impl<'a> Parser<'a> {
}
let statement = self.parse_statement()?;
+
Garamda commented on PR #13511:
URL: https://github.com/apache/datafusion/pull/13511#issuecomment-2826255767
@jayzhan211 Alright, I see. Thank you!
--
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
ewgenius commented on PR #15820:
URL: https://github.com/apache/datafusion/pull/15820#issuecomment-2826267482
@comphead thanks for the response.
The problem we faced at Spice is that `ILIKE` expression pushed down as
`LIKE` to the data source:
- https://github.com/spiceai/spiceai/i
adriangb commented on code in PR #15779:
URL: https://github.com/apache/datafusion/pull/15779#discussion_r2057512794
##
datafusion/physical-expr-common/src/physical_expr.rs:
##
@@ -333,6 +333,15 @@ pub trait PhysicalExpr: Send + Sync + Display + Debug +
DynEq + DynHash {
xudong963 commented on PR #15832:
URL: https://github.com/apache/datafusion/pull/15832#issuecomment-2826402327
> i want to ask that did we had to rewrite the part of code
https://github.com/apache/datafusion/blob/main/datafusion/core/tests/user_defined/user_defined_plan.rs#L18-L24
afterward
xudong963 commented on code in PR #15822:
URL: https://github.com/apache/datafusion/pull/15822#discussion_r2057547218
##
datafusion/physical-optimizer/src/enforce_sorting/replace_with_order_preserving_variants.rs:
##
@@ -137,6 +137,12 @@ fn plan_with_order_preserving_variants(
Adez017 commented on PR #15832:
URL: https://github.com/apache/datafusion/pull/15832#issuecomment-2826434082
> > i want to ask that did we had to rewrite the part of code
https://github.com/apache/datafusion/blob/main/datafusion/core/tests/user_defined/user_defined_plan.rs#L18-L24
afterward
xudong963 commented on PR #15832:
URL: https://github.com/apache/datafusion/pull/15832#issuecomment-2826449563
> > > i want to ask that did we had to rewrite the part of code
https://github.com/apache/datafusion/blob/main/datafusion/core/tests/user_defined/user_defined_plan.rs#L18-L24
after
101 - 118 of 118 matches
Mail list logo