Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ReadAPI Source v2 * Renamed the Source V2. Also added tests for the same. * v2 using OffsetBasedSource and OffsetBasedReader * Updating tests to have more sensible mock values. * Updated BqOption flag. * Simplifying `fractionConsumed` calculation. * Better variable names. * Minor refactoring. * Added a synchronized block in readNextRecord(). Also added comments to explain how OffsetBasedSource + RangeTracker is used. * Removed unnecessary synchronized block, added Javadoc and improved unit test coverage. * Consolidated code paths in `BigQueryIO` for Bundled and regular ReadAPI sources. * Lint fixes. * Minor Javadoc fix. * Fix StreamBundle creation logic and some minor code comment updates. * Updated logging. * Lint fixes. * ReadAPI Source v2 * Renamed the Source V2. Also added tests for the same. * v2 using OffsetBasedSource and OffsetBasedReader * Updating tests to have more sensible mock values. * Updated BqOption flag. * Simplifying `fractionConsumed` calculation. * Better variable names. * Minor refactoring. * Added a synchronized block in readNextRecord(). Also added comments to explain how OffsetBasedSource + RangeTracker is used. * Removed unnecessary synchronized block, added Javadoc and improved unit test coverage. * Consolidated code paths in `BigQueryIO` for Bundled and regular ReadAPI sources. * Lint fixes. * Minor Javadoc fix. * Fix StreamBundle creation logic and some minor code comment updates. * Updated logging. * Lint fixes.
- Loading branch information