[GitHub] [arrow] alamb commented on a change in pull request #8031: ARROW-9815: [Rust][DataFusion] Add a trait for looking up scalar functions by name

2020-08-24 Thread GitBox
alamb commented on a change in pull request #8031: URL: https://github.com/apache/arrow/pull/8031#discussion_r475531252 ## File path: rust/datafusion/src/execution/context.rs ## @@ -477,9 +466,9 @@ impl ExecutionConfig { /// Execution context for registering data sources and e

[GitHub] [arrow] alamb commented on a change in pull request #8031: ARROW-9815: [Rust][DataFusion] Add a trait for looking up scalar functions by name

2020-08-23 Thread GitBox
alamb commented on a change in pull request #8031: URL: https://github.com/apache/arrow/pull/8031#discussion_r475224655 ## File path: rust/datafusion/src/execution/context.rs ## @@ -189,16 +190,7 @@ impl ExecutionContext { /// Register a scalar UDF pub fn register_udf