jinchengchenghh commented on PR #11624:
URL: 
https://github.com/apache/incubator-gluten/pull/11624#issuecomment-3944340881

   Do you know why this CI(centos7) failed? Looks like it is related to this PR
   
https://github.com/apache/incubator-gluten/actions/runs/22232580000/job/64315937879?pr=11637
   
   ```
   [ 58%] Building CXX object 
velox/CMakeFiles/velox.dir/utils/VeloxWriterUtils.cc.o
   /work/cpp/velox/utils/VeloxWriterUtils.cc: In function 
'std::unique_ptr<facebook::velox::parquet::WriterOptions> 
gluten::makeParquetWriteOption(const 
std::unordered_map<std::basic_string<char>, std::basic_string<char> >&)':
   /work/cpp/velox/utils/VeloxWriterUtils.cc:64:25: error: 'using element_type 
= class facebook::velox::parquet::arrow::util::GZipCodecOptions' {aka 'class 
facebook::velox::parquet::arrow::util::GZipCodecOptions'} has no member named 
'windowBits'; did you mean 'window_bits'?
      64 |           codecOptions->windowBits = kGzipWindowBits4k;
         |                         ^~~~~~~~~~
         |                         window_bits
   /work/cpp/velox/utils/VeloxWriterUtils.cc:80:21: error: 'using element_type 
= class facebook::velox::parquet::arrow::util::CodecOptions' {aka 'class 
facebook::velox::parquet::arrow::util::CodecOptions'} has no member named 
'compressionLevel'; did you mean 'compression_level'?
      80 |       codecOptions->compressionLevel = compressionLevel;
         |                     ^~~~~~~~~~~~~~~~
         |                     compression_level
   At global scope:
   ```
   
   @rui-mo 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to