gstvg commented on code in PR #21679:
URL: https://github.com/apache/datafusion/pull/21679#discussion_r3137212101
##########
datafusion/spark/src/lib.rs:
##########
@@ -55,9 +55,11 @@
//! # impl FunctionRegistry for SessionContext {
//! # fn register_udf(&mut self, _udf: Arc<ScalarUDF>) ->
Result<Option<Arc<ScalarUDF>>> { Ok (None) }
//! # fn udfs(&self) -> HashSet<String> { unimplemented!() }
+//! # fn udhofs(&self) -> HashSet<String> { unimplemented!() }
Review Comment:
also at
https://github.com/apache/datafusion/pull/21679/changes/bee43c377dc74ef50ba9857e727e2856ea45c251
##########
datafusion/proto/src/bytes/registry.rs:
##########
@@ -38,6 +38,12 @@ impl FunctionRegistry for NoRegistry {
)
}
+ fn udhof(&self, name: &str) -> Result<Arc<dyn
datafusion_expr::HigherOrderUDF>> {
Review Comment:
also at
https://github.com/apache/datafusion/pull/21679/changes/bee43c377dc74ef50ba9857e727e2856ea45c251
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]