github-actions[bot] commented on code in PR #17590:
URL: https://github.com/apache/doris/pull/17590#discussion_r1130318396


##########
be/src/vec/exec/scan/vmeta_scanner.h:
##########
@@ -35,7 +35,8 @@ class VMetaScanner : public VScanner {
 protected:
     Status _get_block_impl(RuntimeState* state, Block* block, bool* eos) 
override;
     Status _fill_block_with_remote_data(const std::vector<MutableColumnPtr>& 
columns);
-    Status _fetch_iceberg_metadata_batch();
+    Status _fetch_metadata(const TMetaScanRange& meta_scan_range);
+    Status _fetch_iceberg_metadata(const TMetaScanRange& meta_scan_range);
 
 private:
     VMetaScanNode* _parent;

Review Comment:
   warning: private field '_parent' is not used 
[clang-diagnostic-unused-private-field]
   ```cpp
       VMetaScanNode* _parent;
                      ^
   ```
   



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