Uh oh!
There was an error while loading. Please reload this page.
fix: Close bq read client - #3575
Conversation
PhongChuong
commented
Jan 7, 2025
/gcbrun |
PhongChuong
commented
Jan 8, 2025
Hi @naung9 , Workaround: Have the PR target a non-main branch in the googleapis/java-bigquery repo. Merge into that branch. Open a PR from that "trusted" branch into main. If this is too much trouble, let me know if you want me to create the branch/PR for you with your changes and attribute the code to you in the PR description. |
naung9
commented
Jan 9, 2025
Hi @PhongChuong , sorry to bother you. But I don't have permission to create a new branch in this Repo so please create a new branch for me to target my PR into. Or if you want me to target a specific existing branch, please tell me the branch name. I see 3 active branches in this repo |
PhongChuong
commented
Jan 9, 2025
@naung9 , let me update our instruction on how to contribute/push to main and get back to you soon (a day or 2). Our current instruction for contributors is lacking in this regard. Sorry for all the delays. |
naung9
commented
Jan 9, 2025
@PhongChuong Sure. Take your time. I'll wait. |
PhongChuong
commented
Jan 14, 2025
@naung9 , I'm trying working on getting the process hammered out. Mean while, can you please check to see if you have permissions to push to this newly created branch: closeReadClient? |
PhongChuong
commented
Jan 14, 2025
@naung9 , this process seems to work:
|
@PhongChuong I tried pushing directly to the
Does it mean I have to create a new PR from my fork that points to |
PhongChuong
commented
Jan 15, 2025
The fork should point to 'main' directly. |
naung9
commented
Jan 15, 2025
@PhongChuong I created a new PR here. So you can close this PR and continue on the new one. |
PhongChuong
commented
Jan 15, 2025
@naung9 , running tests on the new PR now. Thanks for all your patience with the process. Closing this PR. |
Shutdown
bqReadClientafter arrow stream is processed inhighThroughputReadto free up resourcesFixes#3571