You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by as...@apache.org on 2022/10/13 03:10:10 UTC

[calcite-site] branch main updated: Website deployed from calcite-avatica-go@2b61f374115969a23a93ecbbf569e0d63c617421

This is an automated email from the ASF dual-hosted git repository.

asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5142b5b3 Website deployed from calcite-avatica-go@2b61f374115969a23a93ecbbf569e0d63c617421
5142b5b3 is described below

commit 5142b5b390874415edc58be790aa17e53a755b3c
Author: asfgit <as...@users.noreply.github.com>
AuthorDate: Thu Oct 13 03:10:05 2022 +0000

    Website deployed from calcite-avatica-go@2b61f374115969a23a93ecbbf569e0d63c617421
---
 avatica/docs/go_client_reference.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/avatica/docs/go_client_reference.html b/avatica/docs/go_client_reference.html
index f2b49c17..9c291229 100644
--- a/avatica/docs/go_client_reference.html
+++ b/avatica/docs/go_client_reference.html
@@ -802,8 +802,8 @@ If you want to use the local timezone, use <code class="language-plaintext highl
 
 <p>The <code class="language-plaintext highlighter-rouge">frameMaxSize</code> parameter sets the maximum number of rows to return in a frame. Depending on the number of rows
 returned and subject to the limits of <code class="language-plaintext highlighter-rouge">maxRowsTotal</code>, a query result set can contain rows in multiple frames. These
-additional frames are then fetched on a as-needed basis. <code class="language-plaintext highlighter-rouge">frameMaxSize</code> allows you to control the number of rows
-in each frame to suit your application’s performance profile. By default this is set to <code class="language-plaintext highlighter-rouge">-1</code>, so that there is no limit
+additional frames are then fetched on an as-needed basis. <code class="language-plaintext highlighter-rouge">frameMaxSize</code> allows you to control the number of rows
+in each frame to suit your application’s performance profile. By default, this is set to <code class="language-plaintext highlighter-rouge">-1</code>, so that there is no limit
 on the number of rows in a frame.</p>
 
 <p><strong><a name="transactionIsolation" href="#transactionIsolation">transactionIsolation</a></strong></p>