You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Tej-ashwani (via GitHub)" <gi...@apache.org> on 2023/06/01 10:59:15 UTC

[GitHub] [arrow] Tej-ashwani commented on issue #35167: [Docs] Make signature incorrect in docs for JSON TableReader

Tej-ashwani commented on issue #35167:
URL: https://github.com/apache/arrow/issues/35167#issuecomment-1571830505

   Result<std::shared_ptr<TableReader>> TableReader::Make(
       MemoryPool* pool, std::shared_ptr<io::InputStream> input,
       const ReadOptions& read_options, const ParseOptions& parse_options)
   
   Based on the information provided, the bug seems to be related to the argument count discrepancy in the documentation for the TableReader::Make method in the json/reader.cc file.
   
   However, the bug report suggests that the argument count appears wrong in the documentation for this method.
   
   It is important to note that without further details, such as the specific error messages, version of the software/library, and platform where the bug is encountered, it is difficult to provide a more specific analysis or solution. Additionally, if there is an inconsistency between the documentation and the actual API, it might be necessary to refer to the API documentation or consult the library's developers for clarification.
   
   
   
   
   
   Send a message.
   
   
   
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org