Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The Hive object is not used inside RelOptHiveTable so keeping a reference to it is wasting memory and also complicates creation of RelOptHiveTable objects (constructor parameter).
Moreover, the Hive objects have thread local scope so in general they shouldn't be passed around cause their lifecycle becomes harder to manage.
Attachments
Issue Links
- links to