chenkovsky commented on PR #14362:
URL: https://github.com/apache/datafusion/pull/14362#issuecomment-2645665768
1. could you please add more dataframe tests?
e.g.
```
assert!(ctx.table("test").await.unwrap().union(ctx.table("test").await.unwrap()).unwrap().select(vec assign this to me
Thanks @bhavesh26
Note in the future you can put the comment `take` and the bot will
automatically assign it t
alamb commented on PR #14555:
URL: https://github.com/apache/datafusion/pull/14555#issuecomment-2645741135
> can I get some help with wasm ci? I have hit a wall there.
Looks like that has now been resolved, but there are some other issues that
remain
--
This is an automated message
ugoa commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947837198
##
docs/source/library-user-guide/adding-udfs.md:
##
@@ -55,62 +55,138 @@ of arguments.
This a lower level API with more functionality but is more complex, also
doc
berkaysynnada commented on issue #14514:
URL: https://github.com/apache/datafusion/issues/14514#issuecomment-2645748627
> I noticed [#7622](https://github.com/apache/datafusion/pull/7622), if the
syntax was originally not supported by
[sqlparser](https://github.com/apache/datafusion-sqlpars
cj-zhukov opened a new pull request, #14558:
URL: https://github.com/apache/datafusion/pull/14558
## Which issue does this PR close?
- Closes #14548.
## Rationale for this change
## What changes are included in this PR?
## Are these changes
ugoa commented on PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#issuecomment-2645752534
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 unsubscrib
jonahgao commented on issue #14380:
URL: https://github.com/apache/datafusion/issues/14380#issuecomment-2645778218
> The original discussion about wildcard expansion is [#11639
(comment)](https://github.com/apache/datafusion/issues/11639#issuecomment-2250895868).
It's used to delay the wild
jonahgao commented on issue #14380:
URL: https://github.com/apache/datafusion/issues/14380#issuecomment-2645780946
> Hmm, my immediate thought here is that if we cannot guarantee correctly
coerced inputs during the first pass, then it's probably not worth attempting
to coerce in the builder
alamb commented on code in PR #14440:
URL: https://github.com/apache/datafusion/pull/14440#discussion_r1947837053
##
datafusion/expr-common/src/signature.rs:
##
@@ -127,12 +132,11 @@ pub enum TypeSignature {
Exact(Vec),
/// One or more arguments belonging to the [`Type
andygrove opened a new pull request, #1380:
URL: https://github.com/apache/datafusion-comet/pull/1380
## Which issue does this PR close?
Part of https://github.com/apache/datafusion-comet/issues/1345
## Rationale for this change
Refactor in preparation for
alamb closed issue #14549: Extended tests are failing on main
URL: https://github.com/apache/datafusion/issues/14549
--
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 unsubscr
alamb commented on PR #14556:
URL: https://github.com/apache/datafusion/pull/14556#issuecomment-2645809640
Thank you @jonahgao
--
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 commen
alamb merged PR #14556:
URL: https://github.com/apache/datafusion/pull/14556
--
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 closed issue #14135: Discuss: Check in Cargo.lock file?
URL: https://github.com/apache/datafusion/issues/14135
--
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 unsubscr
alamb commented on PR #14483:
URL: https://github.com/apache/datafusion/pull/14483#issuecomment-2645809871
Thanks @mbrobbel and @findepi
--
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
alamb merged PR #14483:
URL: https://github.com/apache/datafusion/pull/14483
--
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
dependabot[bot] opened a new pull request, #14559:
URL: https://github.com/apache/datafusion/pull/14559
Bumps [nix](https://github.com/nix-rust/nix) from 0.28.0 to 0.29.0.
Changelog
Sourced from https://github.com/nix-rust/nix/blob/master/CHANGELOG.md";>nix's
changelog.
[0.2
alamb commented on PR #14483:
URL: https://github.com/apache/datafusion/pull/14483#issuecomment-2645809803
🚀 let's 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 the
URL above to go to the specific comm
kazantsev-maksim commented on code in PR #1343:
URL: https://github.com/apache/datafusion-comet/pull/1343#discussion_r1947891630
##
spark/src/test/scala/org/apache/comet/CometArrayExpressionSuite.scala:
##
@@ -292,4 +292,89 @@ class CometArrayExpressionSuite extends CometTestBas
geoffreyclaude commented on issue #9415:
URL: https://github.com/apache/datafusion/issues/9415#issuecomment-2645830852
I've opened https://github.com/apache/datafusion/pull/14547 to launch the
discussion. PR was simpler than expected as all new tasks spawned do so in the
context of a tokio
kazantsev-maksim commented on code in PR #1343:
URL: https://github.com/apache/datafusion-comet/pull/1343#discussion_r1947892464
##
spark/src/main/scala/org/apache/comet/serde/arrays.scala:
##
@@ -126,6 +126,21 @@ object CometArraysOverlap extends CometExpressionSerde
with Inco
kazantsev-maksim commented on code in PR #1343:
URL: https://github.com/apache/datafusion-comet/pull/1343#discussion_r1947893539
##
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala:
##
@@ -2387,6 +2387,8 @@ object QueryPlanSerde extends Logging with
ShimQueryPla
ugoa commented on PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#issuecomment-2645835876
So I managed to strip off the setup code with some regex trick in Python
`docs/rustdoc_trim.py`, and now the doc shows clean snippets while the doc-test
still able to pass.
A few poi
irenjj commented on PR #14526:
URL: https://github.com/apache/datafusion/pull/14526#issuecomment-2645837400
> LGTM @irenjj, thank you. I've sent a minor commit for further
improvements. Do they make sense to you?
Sure, thank you! @berkaysynnada
--
This is an automated message from
ugoa commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947898504
##
docs/source/library-user-guide/query-optimizer.md:
##
@@ -187,94 +235,101 @@ name to be used in a schema, `display_name` should be
used.
### Utilities
-There
ugoa commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947898504
##
docs/source/library-user-guide/query-optimizer.md:
##
@@ -187,94 +235,101 @@ name to be used in a schema, `display_name` should be
used.
### Utilities
-There
ugoa commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947900039
##
docs/source/library-user-guide/query-optimizer.md:
##
@@ -187,94 +235,101 @@ name to be used in a schema, `display_name` should be
used.
### Utilities
-There
ugoa commented on issue #14557:
URL: https://github.com/apache/datafusion/issues/14557#issuecomment-2645846496
Please help review workaround solution in
https://github.com/apache/datafusion/pull/14544/commits/997504f85e37ef6269e5ee660a1136031d6d2a2
in https://github.com/apache/datafusion/pu
milenkovicm opened a new pull request, #1176:
URL: https://github.com/apache/datafusion-ballista/pull/1176
# Which issue does this PR close?
Closes #.
# Rationale for this change
keep up to date with datafusion releases
# What changes are included in this
milenkovicm commented on PR #1176:
URL:
https://github.com/apache/datafusion-ballista/pull/1176#issuecomment-2645856481
converting to draft until #1173 and #1172 are closed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
andygrove commented on code in PR #1329:
URL: https://github.com/apache/datafusion-comet/pull/1329#discussion_r1947907141
##
native/core/src/execution/jni_api.rs:
##
@@ -233,11 +242,12 @@ pub unsafe extern "system" fn
Java_org_apache_comet_Native_createPlan(
stream
jkosh44 commented on code in PR #14532:
URL: https://github.com/apache/datafusion/pull/14532#discussion_r1947908046
##
datafusion/expr-common/src/signature.rs:
##
@@ -227,25 +226,11 @@ impl Display for TypeSignatureClass {
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Has
logan-keede commented on PR #14555:
URL: https://github.com/apache/datafusion/pull/14555#issuecomment-2645871731
apologies, there were some major fumbles, this should not have taken 11+
commits,
I can open a separate PR if this would look too ugly.
--
This is an automated message from
alamb commented on PR #14555:
URL: https://github.com/apache/datafusion/pull/14555#issuecomment-2645872676
> apologies, there were some major fumbles, this should not have taken 11+
commits, I can open a separate PR if this would look too ugly.
No worries at all - when we merge to mai
erenavsarogullari commented on PR #14417:
URL: https://github.com/apache/datafusion/pull/14417#issuecomment-2645880016
Thanks @jayzhan211 and @findepi for the reviews.
Updated this PR in terms of previous feedback from `array_max` PR:
https://github.com/apache/datafusion/pull/14470
Pl
berkaysynnada merged PR #14526:
URL: https://github.com/apache/datafusion/pull/14526
--
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 closed issue #14505: Do We Need partition_by Field in
(Bounded)WindowAggExec ?
URL: https://github.com/apache/datafusion/issues/14505
--
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 th
andygrove closed issue #1328: Improve performance of update metrics
URL: https://github.com/apache/datafusion-comet/issues/1328
--
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 merged PR #1329:
URL: https://github.com/apache/datafusion-comet/pull/1329
--
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...@
andygrove commented on code in PR #1329:
URL: https://github.com/apache/datafusion-comet/pull/1329#discussion_r1947927557
##
native/core/src/execution/jni_api.rs:
##
@@ -233,11 +242,12 @@ pub unsafe extern "system" fn
Java_org_apache_comet_Native_createPlan(
stream
andygrove opened a new issue, #1381:
URL: https://github.com/apache/datafusion-comet/issues/1381
### What is the problem the feature request solves?
See comment at
https://github.com/apache/datafusion-comet/pull/1329#discussion_r1944106936
### Describe the potential solution
andygrove commented on PR #1369:
URL:
https://github.com/apache/datafusion-comet/pull/1369#issuecomment-2645907012
I tried running TPC-H locally with this PR but there is excessive spilling
and the benchmark is extremely slow. q3 took 3.4 minutes compared to 16 seconds
on main branch.
Omega359 opened a new issue, #14560:
URL: https://github.com/apache/datafusion/issues/14560
### Is your feature request related to a problem or challenge?
Currently there is support for logical plan -> to/from bytes with an
extension codec but there is support for the same for json. T
Omega359 commented on issue #14560:
URL: https://github.com/apache/datafusion/issues/14560#issuecomment-2645910034
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
Omega359 opened a new pull request, #14561:
URL: https://github.com/apache/datafusion/pull/14561
## Which issue does this PR close?
- Closes #14560
## Rationale for this change
json parity with bytes impl
## What changes are included in this PR?
Code
LucaCappelletti94 commented on code in PR #1707:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1707#discussion_r1947550781
##
src/ast/ddl.rs:
##
@@ -1030,20 +1030,29 @@ impl fmt::Display for KeyOrIndexDisplay {
/// [1]: https://dev.mysql.com/doc/refman/8.0/en/cre
pmcgleenon commented on issue #14246:
URL: https://github.com/apache/datafusion/issues/14246#issuecomment-2644746877
Here are the initial ClickBench results for datafusion `45.0.0`
[clickbench-latest
3.html.zip](https://github.com/user-attachments/files/18717824/clickbench-latest.3.ht
shehabgamin commented on issue #14408:
URL: https://github.com/apache/datafusion/issues/14408#issuecomment-2644716584
> > [@findepi](https://github.com/findepi) do you mean we should relax the
check to ignore nullable / non nullable annotations? -- I think that would
probably be ok too.
erenavsarogullari commented on PR #14470:
URL: https://github.com/apache/datafusion/pull/14470#issuecomment-2644719497
> I have the same question for `array_min`, but if this function is highly
interested from many people then adding it to datafusion core is not a bad
idea. [#14417
(commen
yoavcloud commented on code in PR #1712:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1712#discussion_r1947545495
##
tests/sqlparser_snowflake.rs:
##
@@ -3404,3 +3404,29 @@ fn test_grant_database_role_to() {
snowflake_and_generic().verified_stmt("GRANT DATAB
shehabgamin commented on PR #14440:
URL: https://github.com/apache/datafusion/pull/14440#issuecomment-2644720408
> I will try and review this carefully over the weekend
>
> Maybe @shehabgamin has some time to take a look too
I will review over the weekend as well!
--
This is
logan-keede opened a new pull request, #14555:
URL: https://github.com/apache/datafusion/pull/14555
## Which issue does this PR close?
- part of https://github.com/apache/datafusion/issues/14462
- Part of https://github.com/apache/datafusion/issues/1.
## Rationale
logan-keede commented on PR #14555:
URL: https://github.com/apache/datafusion/pull/14555#issuecomment-2645220572
can I get some help with wasm ci? I have hit a wall there.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
yoavcloud commented on code in PR #1712:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1712#discussion_r1947544971
##
tests/sqlparser_snowflake.rs:
##
@@ -3404,3 +3404,29 @@ fn test_grant_database_role_to() {
snowflake_and_generic().verified_stmt("GRANT DATAB
yoavcloud commented on code in PR #1712:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1712#discussion_r1947544999
##
tests/sqlparser_snowflake.rs:
##
@@ -3404,3 +3404,29 @@ fn test_grant_database_role_to() {
snowflake_and_generic().verified_stmt("GRANT DATAB
PokIsemaine commented on issue #14514:
URL: https://github.com/apache/datafusion/issues/14514#issuecomment-2644742294
> Hello [@PokIsemaine](https://github.com/PokIsemaine). I have an idea that
hasn't been issued yet: implementing "ORDER BY ALL." Although this feature is
not part of standar
gstvg commented on code in PR #12116:
URL: https://github.com/apache/datafusion/pull/12116#discussion_r1947937272
##
datafusion/functions/src/core/union_extract.rs:
##
@@ -0,0 +1,260 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor licens
mitsuhiko commented on code in PR #1713:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1713#discussion_r1947940772
##
tests/sqlparser_duckdb.rs:
##
@@ -246,6 +246,67 @@ fn test_create_table_macro() {
assert_eq!(expected, macro_);
}
+#[test]
+fn test_select
gstvg commented on code in PR #12116:
URL: https://github.com/apache/datafusion/pull/12116#discussion_r1947939409
##
datafusion/expr/src/udf.rs:
##
@@ -951,4 +952,10 @@ The following regular expression functions are
supported:"#,
label: "Other Functions",
desc
logan-keede commented on PR #14555:
URL: https://github.com/apache/datafusion/pull/14555#issuecomment-2645932154
> No worries at all - when we merge to main everything in each PR is
squashed into a single commit.
Thanks. I know but still, it feels off.
This is ready for review,
iffyio closed issue #1607: Parser rejects column aliases that Snowflake accepts
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1607
--
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
iffyio commented on issue #1607:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1607#issuecomment-2646091587
Done in https://github.com/apache/datafusion-sqlparser-rs/pull/1632
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
duongcongtoai commented on issue #14554:
URL: https://github.com/apache/datafusion/issues/14554#issuecomment-2646013487
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 comme
iffyio merged PR #1713:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1713
--
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
github-actions[bot] closed pull request #13607: [POC] Fuse operations in
`equal_rows_arr`
URL: https://github.com/apache/datafusion/pull/13607
--
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 spe
iffyio commented on code in PR #1653:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1653#discussion_r1948012742
##
src/parser/mod.rs:
##
@@ -9092,6 +9092,16 @@ impl<'a> Parser<'a> {
});
}
}
+if self.di
shehabgamin commented on code in PR #14440:
URL: https://github.com/apache/datafusion/pull/14440#discussion_r1948008922
##
datafusion/expr-common/src/signature.rs:
##
@@ -225,6 +229,45 @@ impl Display for TypeSignatureClass {
}
}
+impl TypeSignatureClass {
+/// Retur
2010YOUY01 commented on PR #14498:
URL: https://github.com/apache/datafusion/pull/14498#issuecomment-2644818671
> My benchmark results show no change in Q22 (but also clearly the data is
quite noisy 🤔 )
>
> ```
>
> Benchmark tpch_sf1.json
> --
2010YOUY01 closed issue #12338: Use `StringViewArray` as output of `substr`
when input was `StringArray`
URL: https://github.com/apache/datafusion/issues/12338
--
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
2010YOUY01 merged PR #14498:
URL: https://github.com/apache/datafusion/pull/14498
--
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...@dat
ugoa commented on PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#issuecomment-2645043123
Hi @alamb I have passed all the doc-test in `library-user-guide` folder, the
one part left is in the `query-optimizer.md`, the previous code snippets are
outdated and I cannot find alte
ugoa commented on PR #14485:
URL: https://github.com/apache/datafusion/pull/14485#issuecomment-2645007165
Closing this PR as I have moved the changes to [PR
14544](https://github.com/apache/datafusion/pull/14544)
--
This is an automated message from the Apache Git Service.
To respond to t
ugoa closed pull request #14485: Run test from `adding-udfs.md` documentation
URL: https://github.com/apache/datafusion/pull/14485
--
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
alamb commented on issue #14246:
URL: https://github.com/apache/datafusion/issues/14246#issuecomment-2645571982
> If it looks reasonable, I can create a ClickBench PR to update the results
It does look reasonable to me. Thank you @pmcgleenon 🙏
--
This is an automated messa
alamb commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947793559
##
docs/source/library-user-guide/query-optimizer.md:
##
@@ -187,94 +235,101 @@ name to be used in a schema, `display_name` should be
used.
### Utilities
-Ther
logan-keede commented on PR #14555:
URL: https://github.com/apache/datafusion/pull/14555#issuecomment-2645589511
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.
T
ugoa commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947806611
##
docs/source/library-user-guide/adding-udfs.md:
##
@@ -55,62 +55,138 @@ of arguments.
This a lower level API with more functionality but is more complex, also
doc
ugoa commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947806611
##
docs/source/library-user-guide/adding-udfs.md:
##
@@ -55,62 +55,138 @@ of arguments.
This a lower level API with more functionality but is more complex, also
doc
alamb commented on PR #14320:
URL: https://github.com/apache/datafusion/pull/14320#issuecomment-2645597947
Thanks @comphead and @Omega359
--
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 spec
alamb merged PR #14528:
URL: https://github.com/apache/datafusion/pull/14528
--
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 #14528:
URL: https://github.com/apache/datafusion/pull/14528#issuecomment-2645596984
Thanks again @Chen-Yuan-Lai
--
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
alamb commented on PR #1712:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1712#issuecomment-2645599573
> See my comments inline. Generally speaking, I support parsing of arbitrary
options using DataLoadingOptions but would rename and move this struct to a
more central locati
alamb merged PR #14320:
URL: https://github.com/apache/datafusion/pull/14320
--
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 code in PR #1707:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1707#discussion_r1947816903
##
src/ast/ddl.rs:
##
@@ -1030,20 +1030,29 @@ impl fmt::Display for KeyOrIndexDisplay {
/// [1]: https://dev.mysql.com/doc/refman/8.0/en/create-table.ht
alamb commented on code in PR #1707:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1707#discussion_r1947815817
##
src/ast/ddl.rs:
##
@@ -1030,20 +1030,29 @@ impl fmt::Display for KeyOrIndexDisplay {
/// [1]: https://dev.mysql.com/doc/refman/8.0/en/create-table.ht
LucaCappelletti94 commented on code in PR #1707:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1707#discussion_r1947817780
##
src/ast/ddl.rs:
##
@@ -1030,20 +1030,29 @@ impl fmt::Display for KeyOrIndexDisplay {
/// [1]: https://dev.mysql.com/doc/refman/8.0/en/cre
alamb commented on code in PR #14544:
URL: https://github.com/apache/datafusion/pull/14544#discussion_r1947818087
##
docs/source/library-user-guide/adding-udfs.md:
##
@@ -55,62 +55,138 @@ of arguments.
This a lower level API with more functionality but is more complex, also
do
alamb commented on PR #6:
URL: https://github.com/apache/datafusion-testing/pull/6#issuecomment-2645291208
Thank you @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 the specific commen
alamb opened a new pull request, #14556:
URL: https://github.com/apache/datafusion/pull/14556
## Which issue does this PR close?
- Closes https://github.com/apache/datafusion/issues/14549
## Rationale for this change
This currently fails on main:
```
INCLUDE_SQLITE=
iffyio opened a new pull request, #1717:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1717
Adds support for the `EXECUTE IMMEDIATE` statement
```sql
EXECUTE IMMEDIATE 'SELECT 1' USING 2 AS foo;
```
[BigQuery](https://cloud.google.com/bigquery/docs/reference
chenkovsky commented on PR #14057:
URL: https://github.com/apache/datafusion/pull/14057#issuecomment-2644943280
for #14362 ,if we want to make it feasible, I think at least it should check
metadata dict loaded from file for every format. (e.g. parquet), otherwise the
whole system may be bro
iffyio commented on PR #1716:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1716#issuecomment-2644891227
FYI @goldmedal
--
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
iffyio opened a new pull request, #1716:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1716
Continuation of #1551
This moves over two of the special case compound expressions delimited by
period to use the new `CompoundFieldAccess` representation.
It moves the log
1 - 100 of 113 matches
Mail list logo