adoroszlai commented on PR #6599:
URL: https://github.com/apache/ozone/pull/6599#issuecomment-2081392138

   ```
   [INFO] --- maven-antrun-plugin:3.1.0:run (build-rocksjava) @ 
hdds-rocks-native ---
   [INFO] Executing tasks
   [INFO]      [exec] $DEBUG_LEVEL is 0
   [INFO]      [exec] $DEBUG_LEVEL is 0
   [INFO]      [exec]   CC       tools/raw_sst_file_reader.o
   [INFO]      [exec]   CC       tools/raw_sst_file_iterator.o
   [INFO]      [exec] tools/raw_sst_file_reader.cc: In member function 
‘rocksdb::Status rocksdb::RawSstFileReader::GetTableReader(const string&)’:
   [INFO]      [exec] tools/raw_sst_file_reader.cc:122:53: error: invalid 
initialization of non-const reference of type ‘rocksdb::FileSystem&’ from an 
rvalue of type ‘rocksdb::FilePrefetchBuffer*’
   [INFO]      [exec]   122 |     s = ReadFooterFromFile(opts, 
rep_->file_.get(), &prefetch_buffer, file_size,
   [INFO]      [exec]       |                                                   
  ^~~~~~~~~~~~~~~~
   [INFO]      [exec] In file included from ./table/internal_iterator.h:16,
   [INFO]      [exec]                  from ./db/pinned_iterators_manager.h:12,
   [INFO]      [exec]                  from 
./db/range_tombstone_fragmenter.h:15,
   [INFO]      [exec]                  from ./db/memtable.h:21,
   [INFO]      [exec]                  from tools/raw_sst_file_reader.cc:16:
   [INFO]      [exec] ./table/format.h:244:39: note: in passing argument 3 of 
‘rocksdb::Status rocksdb::ReadFooterFromFile(const rocksdb::IOOptions&, 
rocksdb::RandomAccessFileReader*, rocksdb::FileSystem&, 
rocksdb::FilePrefetchBuffer*, uint64_t, rocksdb::Footer*, uint64_t)’
   [INFO]      [exec]   244 |                           FileSystem& fs, 
FilePrefetchBuffer* prefetch_buffer,
   [INFO]      [exec]       |                           ~~~~~~~~~~~~^~
   [INFO]      [exec] make: *** [Makefile:2541: tools/raw_sst_file_reader.o] 
Error 1
   ```
   
   @dependabot ignore this dependency


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