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
refactor: Migrate production code to ConnectorRegistry API and deprecate free functions (#16986)
Summary:
Replace legacy free functions (registerConnector, unregisterConnector,
getConnector, hasConnector) with ConnectorRegistry methods in all
remaining velox/ production code: TableScan, TableWriter,
IndexLookupJoin, TraceReplayRunner, PyConnectors, and experimental
operators.
Mark the free functions [[deprecated]] to prevent new usages.
Reviewed By: jagill
Differential Revision: D98963405
0 commit comments