RatulDawar commented on code in PR #14299:
URL: https://github.com/apache/hudi/pull/14299#discussion_r2565932235


##########
hudi-trino-plugin/src/main/java/io/trino/plugin/hudi/HudiBaseFileOnlyPageSource.java:
##########
@@ -84,9 +85,10 @@ public boolean isFinished()
     }
 
     @Override
-    public Page getNextPage()
+    public SourcePage getNextSourcePage()
     {
-        Page physicalSourcePage = dataPageSource.getNextPage();
+        //TODO hudi can have it's own lazy loading Implementation for further 
optimization of data scan

Review Comment:
   Sure, @yihua  creating a same for that. 



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