optd icon indicating copy to clipboard operation
optd copied to clipboard

remove futures::block_on when planning

Open skyzh opened this issue 7 months ago • 0 comments

we can (1) collect all table scans from the plan node, (2) in the async context, retrieve the schema, and (3) remove async from schema inference.

skyzh avatar Nov 25 '23 17:11 skyzh