Hisoka-X commented on PR #9421:
URL: https://github.com/apache/seatunnel/pull/9421#issuecomment-2968839444

   > query_table(just like jdbc or doris, use table_path option or similar)
   
   +1 for this, this way can better identify the metadata of the table, thereby 
improving read performance.
   
   > where_condition(just like jdbc or doris, use filter.query option or 
similar)
   > read_filed(just like doris, use read_filed or similary)
   
   This way is not necessary at present, and the filter conditions and field 
selection can actually be reflected in the query.
   
   Moreover, query can preprocess data, which cannot be done by other ways, 
such as join.
   
   So let support query with `DynamicChunkSpiltter` first, then support 
`query_table` .
   


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