davisusanibar commented on code in PR #316:
URL: https://github.com/apache/arrow-cookbook/pull/316#discussion_r1308042903


##########
java/source/io.rst:
##########
@@ -579,3 +579,95 @@ Reading and writing dictionary-encoded data requires 
separately tracking the dic
    Dictionary-encoded data recovered: [0, 3, 4, 5, 7]
    Dictionary recovered: Dictionary 
DictionaryEncoding[id=666,ordered=false,indexType=Int(8, true)] [Andorra, Cuba, 
Grecia, Guinea, Islandia, Malta, Tailandia, Uganda, Yemen, Zambia]
    Decoded data: [Andorra, Guinea, Islandia, Malta, Uganda]
+
+Customize Logic to Read Dataset

Review Comment:
   Just maintain the steps needed to implement a data reader, and references as 
an example to jdbc page.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to