rluvaton commented on PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#issuecomment-3223920419
I'm all in on supporting lambda functions
> is this functionality that might be needed for spark integration?
yes, as @chenkovsky wrote:
> in Databricks, only the followi
alamb commented on PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#issuecomment-3223911837
@shehabgamin / @andygrove is this functionality that might be needed for
spark integration?
Thanks for the call otu @rluvaton and for the PR @chenkovsky
Unfortunately,
chenkovsky commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2297727202
##
datafusion/expr/src/udf.rs:
##
@@ -714,6 +774,58 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send +
Sync {
fn documentation(&self) -> Option<
chenkovsky commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2297761959
##
datafusion/expr/src/udf.rs:
##
@@ -714,6 +774,58 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send +
Sync {
fn documentation(&self) -> Option<
chenkovsky commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2297727202
##
datafusion/expr/src/udf.rs:
##
@@ -714,6 +774,58 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send +
Sync {
fn documentation(&self) -> Option<
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2297609142
##
datafusion/expr/src/udf.rs:
##
@@ -714,6 +774,58 @@ pub trait ScalarUDFImpl: Debug + DynEq + DynHash + Send +
Sync {
fn documentation(&self) -> Option<&D
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2297553877
##
datafusion/functions-nested/src/array_filter.rs:
##
@@ -0,0 +1,388 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
chenkovsky commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2296907351
##
datafusion/functions-nested/src/array_filter.rs:
##
@@ -0,0 +1,364 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2290725118
##
datafusion/sqllogictest/test_files/array_filter.slt:
##
@@ -0,0 +1,92 @@
+# array_filter function tests
+
+statement ok
+set datafusion.sql_parser.dialect = 'D
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2290479805
##
datafusion/functions-nested/src/array_filter.rs:
##
@@ -0,0 +1,364 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2290478280
##
datafusion/functions-nested/src/array_filter.rs:
##
@@ -0,0 +1,364 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2290436407
##
datafusion/functions-nested/src/array_filter.rs:
##
@@ -0,0 +1,364 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2290443628
##
datafusion/functions-nested/src/array_filter.rs:
##
@@ -0,0 +1,364 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
rluvaton commented on code in PR #17220:
URL: https://github.com/apache/datafusion/pull/17220#discussion_r2290433517
##
datafusion/functions-nested/src/array_filter.rs:
##
@@ -0,0 +1,364 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
chenkovsky opened a new pull request, #17220:
URL: https://github.com/apache/datafusion/pull/17220
## Which issue does this PR close?
- Closes #.
## Rationale for this change
Some array-related UDFs need to support passing in lambda
## What changes are included in
15 matches
Mail list logo