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: [email protected]

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

Reply via email to