File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - main
2020 paths :
2121 - ' Bigtable/**'
22- - ' .github/workflows/conformance-tests-bigtable-emulator .yaml'
22+ - ' .github/workflows/conformance-tests-bigtable-proxy .yaml'
2323 pull_request :
2424 paths :
2525 - ' Bigtable/**'
26- - ' .github/workflows/conformance-tests-bigtable-emulator .yaml'
26+ - ' .github/workflows/conformance-tests-bigtable-proxy .yaml'
2727 workflow_dispatch :
28- name : Run Bigtable Conformance Tests With Emulator
28+ name : Run Bigtable Conformance Tests With Proxy
2929jobs :
3030 conformance :
3131 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -345,7 +345,10 @@ public function readRows(array $options = [])
345345 public function readRow ($ rowKey , array $ options = [])
346346 {
347347 return $ this ->readRows (
348- ['rowKeys ' => [$ rowKey ]] + $ options + $ this ->options
348+ [
349+ 'rowKeys ' => [$ rowKey ],
350+ 'rowsLimit ' => 1 ,
351+ ] + $ options + $ this ->options
349352 )
350353 ->readAll ()
351354 ->current ();
You can’t perform that action at this time.
0 commit comments