Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
Currently, the scope of BeamSqlEnv is global, that means all tables are accesible for each query, although it may not be related to the input PCollections in DSL methods.
For BeamSqlCli, it's reasonable to have a session BeamSqlEnv for each SQL client.
For BeamSql, each query should have its own BeamSqlEnv, which only has the input tables/PCollections.
Attachments
Issue Links
- links to