Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Actually refactor createreadstream 2 #1120

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

danieljbruce
Copy link
Contributor

This is another refactor to make the createReadStream function smaller and more modular.

@danieljbruce danieljbruce requested review from a team as code owners July 4, 2022 15:28
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Jul 4, 2022
@danieljbruce danieljbruce added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 4, 2022
@danieljbruce
Copy link
Contributor Author

Depends on #1118

@danieljbruce danieljbruce added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 23, 2022
…into actually-refactor-createreadstream-2

# Conflicts:
#	src/table.ts
#	src/utils/table.ts
To recover from merge conflicts, need to move the function lessThanOrEqual to so that it is reachable from other modules.
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 8, 2023
As discussed before, TableUtils should not rely on Table since Table already relies on TableUtils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. do not merge Indicates a pull request not ready for merge, due to either quality or timing. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants