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

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


The following commit(s) were added to refs/heads/main by this push:
     new ebe93fe  🔄 synced local 'docs/guide/' with remote 'docs/guide/'
ebe93fe is described below

commit ebe93fe9cc314346c06555db23527d936ba83896
Author: chaokunyang <shawn.ck.y...@gmail.com>
AuthorDate: Mon Jun 24 14:18:14 2024 +0000

    🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/row_format_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/guide/row_format_guide.md b/docs/guide/row_format_guide.md
index 3c60927..076a2c0 100644
--- a/docs/guide/row_format_guide.md
+++ b/docs/guide/row_format_guide.md
@@ -44,7 +44,7 @@ BinaryArray binaryArray4 = binaryRow.getArray(3);
 BinaryRow barStruct = binaryArray4.getStruct(10);
 
 // zero-copy read 6th of f2 of 11th element of `readList<Bar> f4`
-barStruct.getArray(1).getLong(5);
+barStruct.getArray(1).getInt64(5);
 RowEncoder<Bar> barEncoder = Encoders.bean(Bar.class);
 // deserialize part of data.
 Bar newBar = barEncoder.fromRow(barStruct);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to