Skip to content

Conversation

igorbernstein2
Copy link
Collaborator

There are 2 issues that prevented CloudBigtableIO from working with the emulator:

  1. useBulk macro setting would override the endpoint to batch-bigtable.googleapis.com regardless if the BIGTABLE_EMULATOR_ENV was set
  2. the emulator doesnt return sample row key sizes when when the data is tiny, so split calculations broke
There are 2 issues that prevented CloudBigtableIO from working with the emulator: 1. useBulk macro setting would override the endpoint to batch-bigtable.googleapis.com regardless if the BIGTABLE_EMULATOR_ENV was set 2. the emulator doesnt return sample row key sizes when when the data is tiny, so split calculations broke Change-Id: Ia550f9fb5402e847e5b6336c211019401fdd41f1
@igorbernstein2 igorbernstein2 requested a review from a team as a code owner January 30, 2023 16:20
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigtable Issues related to the googleapis/java-bigtable-hbase API. labels Jan 30, 2023
@igorbernstein2 igorbernstein2 added automerge Merge the pull request once unit tests and other checks pass. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 30, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 30, 2023
@igorbernstein2 igorbernstein2 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2023
Copy link
Contributor

@mutianf mutianf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after nit

@igorbernstein2 igorbernstein2 removed the automerge Merge the pull request once unit tests and other checks pass. label Jan 30, 2023
Change-Id: Id8d62972424ebf4ece195d4cf643d90f8d03c1dd
Change-Id: Idee39feee9b200c161a81075c4dc830215321cfc
@igorbernstein2 igorbernstein2 added automerge Merge the pull request once unit tests and other checks pass. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 30, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 30, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 76bb401 into googleapis:main Jan 30, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jan 30, 2023
@igorbernstein2 igorbernstein2 deleted the emulator-fix2 branch January 30, 2023 19:58
gcf-merge-on-green bot pushed a commit that referenced this pull request Jan 31, 2023
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/java-bigtable-hbase API. size: xs Pull request size is extra small.

3 participants