YannByron commented on code in PR #8029:
URL: https://github.com/apache/paimon/pull/8029#discussion_r3323015440
##########
paimon-python/pypaimon/daft/daft_datasource.py:
##########
@@ -277,7 +458,12 @@ async def get_tasks(self, pushdowns: Pushdowns) ->
AsyncIterator[DataSourceTask]
and not has_deletion_vectors
)
- if can_use_native_reader:
+ use_paimon_reader_task = (
Review Comment:
Please provide detailed notes here regarding the scenarios in which the Daft
Native Reader can be used, and those in which the Paimon Reader is necessary.
--
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]