Skip to content

Commit

Permalink
feat: adds todo for spawan thread
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Feb 27, 2024
1 parent 77734ee commit ea2bbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/macro/src/admin_fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ fn build_struct(
columns[0].len()
};
let columns = Vec::from(columns);

// TODO(dennis): DataFusion doesn't support async UDF currently
std::thread::spawn(move || {
let query_ctx = &func_ctx.query_ctx;
let handler = func_ctx
Expand Down

0 comments on commit ea2bbec

Please sign in to comment.