mapleFU commented on PR #40887:
URL: https://github.com/apache/arrow/pull/40887#issuecomment-2029171590

   ```
   /arrow/cpp/src/parquet/file_reader.h:65:33: error: declaration of 
'std::shared_ptr<parquet::RecordReader> 
parquet::RowGroupReader::RecordReader(int, bool)' changes meaning of 
'RecordReader' [-fpermissive]
      65 |   std::shared_ptr<RecordReader> RecordReader(int i, bool 
read_dictionary = false);
         |                                 ^~~~~~~~~~~~
   /arrow/cpp/src/parquet/file_reader.h:40:7: note: 'RecordReader' declared 
here as 'class parquet::RecordReader'
      40 | class RecordReader;
         |       ^~~~~~~~~~~~
   /arrow/cpp/src/parquet/file_reader.h:90:31: error: type/value mismatch at 
argument 1 in template parameter list for 'template<class _Tp> class 
std::shared_ptr'
      90 |   std::shared_ptr<RecordReader> RecordReaderWithExposeEncoding(
         |                               ^
   ```
   
   Hmmm


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