You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In HiveMetadata#getTableProperties we would force load the partition information if they are not available in HiveTableHandle and they are discarded post that. The partition information are loaded once again during split creation, so it would be better if we could provide a way to update ConnectorTableHandle when we are compute table properties.
The text was updated successfully, but these errors were encountered:
Allow ConnectorMetadata#getTableProperties to update ConnectorTableHandle
that's prescribes a solution, and not necessarily the right one.
As i said in #10215 (comment), let's have an issue formulated around the problem.
findepi
changed the title
Allow ConnectorMetadata#getTableProperties to update ConnectorTableHandle
ConnectorMetadata#getTableProperties may do repeated throw-away computation
Feb 9, 2022
findepi
changed the title
ConnectorMetadata#getTableProperties may do repeated throw-away computation
ConnectorMetadata #getTableStatistics and #getTableProperties may do repeated throw-away computation
Feb 17, 2022
In
HiveMetadata#getTableProperties
we would force load the partition information if they are not available inHiveTableHandle
and they are discarded post that. The partition information are loaded once again during split creation, so it would be better if we could provide a way to updateConnectorTableHandle
when we are compute table properties.The text was updated successfully, but these errors were encountered: