mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-24 08:50:40 +00:00
refactor: rewrite some UDFs to DataFusion style (final part) (#7023)
Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
@@ -579,6 +579,12 @@ impl QueryEngine for DatafusionQueryEngine {
|
||||
state: self.engine_state().function_state(),
|
||||
});
|
||||
|
||||
let config_options = state.config_options().clone();
|
||||
let _ = state
|
||||
.execution_props_mut()
|
||||
.config_options
|
||||
.insert(config_options);
|
||||
|
||||
QueryEngineContext::new(state, query_ctx)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user