datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Minor: Add `RuntimeEnvBuilder::build_arc()

Open alamb opened this issue 1 year ago • 0 comments

Which issue does this PR close?

N/A

Rationale for this change

Small follow on to https://github.com/apache/datafusion/pull/12157 from @devanbenz

It is still somewhat awkward to make RuntimeEnv's, so let's make it slightly easier

What changes are included in this PR?

Adds a convenience method to RuntimeEnvBuilder to build an Arc<RuntimeEnv>

Are these changes tested?

Yes, by CI

Are there any user-facing changes?

A new method

alamb avatar Aug 28 '24 12:08 alamb