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
The class AbstractCloudBigtableTableWriteFn provides connection pool managment for situations that go beyond batch-read/writing.
Right now the class is package-private and has 'Write' in its name whereas the class has no writing-functionality.
It would be great to have this class public & generic named to be used as starting point for complex DoFns - like processing the output of a Scan while aggregating with additional data from Gets.
The text was updated successfully, but these errors were encountered:
sduskis
added a commit
to sduskis/cloud-bigtable-client
that referenced
this issue
Dec 22, 2015
The class
AbstractCloudBigtableTableWriteFn
provides connection pool managment for situations that go beyond batch-read/writing.Right now the class is package-private and has 'Write' in its name whereas the class has no writing-functionality.
It would be great to have this class public & generic named to be used as starting point for complex
DoFn
s - like processing the output of aScan
while aggregating with additional data fromGet
s.The text was updated successfully, but these errors were encountered: