liry commented on code in PR #15222: URL: https://github.com/apache/arrow/pull/15222#discussion_r1063760131
########## docs/source/java/quickstartguide.rst: ########## @@ -209,7 +209,7 @@ a streaming and/or random-access fashion depending on application requirements. **Write data to an arrow file** -Example: Write the dataset from the previous example to an Arrow random-access file. +Example: Write the dataset from the previous example to an Arrow IPC File Format (random-access). Review Comment: Thanks, updated ########## docs/source/java/quickstartguide.rst: ########## @@ -274,7 +274,7 @@ Example: Write the dataset from the previous example to an Arrow random-access f **Read data from an arrow file** -Example: Read the dataset from the previous example to an Arrow random-access file. +Example: Read the dataset from the previous example from an Arrow IPC File Format (random-access). Review Comment: Thanks, updated -- 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]
