The current implementation of the Loader in YugabyteDBOffsetContext is just a borrow from the PostgresConnector with most of the parts being commented out since we are not using the loader anywhere.
Solution
This PR includes the changes to provide a basic implementation to the Loader class so that it can be used in other places whenever required.
Problem
The current implementation of the
Loader
inYugabyteDBOffsetContext
is just a borrow from thePostgresConnector
with most of the parts being commented out since we are not using the loader anywhere.Solution
This PR includes the changes to provide a basic implementation to the
Loader
class so that it can be used in other places whenever required.