Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Move retries createreadstream get resumption logic working#1492

Merged
kevkim-codes merged 194 commits intogoogleapis:move-retries-createreadstream-get-resumption-logic-workingfrom
kevkim-codes:move-retries-createreadstream-get-resumption-logic-working
Sep 27, 2024
Merged

Move retries createreadstream get resumption logic working#1492
kevkim-codes merged 194 commits intogoogleapis:move-retries-createreadstream-get-resumption-logic-workingfrom
kevkim-codes:move-retries-createreadstream-get-resumption-logic-working

Conversation

@kevkim-codes
Copy link
Copy Markdown
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

- Transform the rowsLimit parameter into an integer
- Change the hook into a before hook so that we don’t attempt to create multiple mock servers
- Create a guard so that the stream only writes if there are row keys to write
define new interfaces too
…into move-retries-from-createreadstream

# Conflicts:
#	src/table.ts
#	src/utils/table.ts
readRowsReqOpts should have an ECMAscript prefix to completely hide it from the user. Also remove a useless  Filter.parse.
@kevkim-codes kevkim-codes requested review from a team September 27, 2024 18:36
@product-auto-label product-auto-label Bot added size: xl Pull request size is extra large. api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Sep 27, 2024
@kevkim-codes kevkim-codes merged commit b43468e into googleapis:move-retries-createreadstream-get-resumption-logic-working Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtable Issues related to the googleapis/nodejs-bigtable API. size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants