se7enXF opened a new issue, #41143:
URL: https://github.com/apache/arrow/issues/41143

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   Here is the code I have try: 
   ```c++
   // get parquet from http url
   cpr::Response r = cpr::Get(cpr::Url{ "http://xxxx.parquet"; });
   // convert into buffer
   auto arrow_buffer = arrow::io::BufferReader::FromString(r.text);
   // load buffer into ParquetFileReader
   std::unique_ptr<parquet::ParquetFileReader> parquet_reader = 
parquet::ParquetFileReader::Open(arrow_buffer);  # error here
   ```
   
   
   ### Component(s)
   
   C++


-- 
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