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

   > For the case of query_table, all the parts are obtained through the system 
table (system.parts), and then the part data is directly read from table, 
similar to how doris reads the tablet. For filtering situations, filtering can 
be carried out through the partition list. 
   
   @JeremyXin Yes, it's a good way for query_table.
   
   > At present, I have implemented the above-mentioned functions and conducted 
tests in practical applications.
   
   Welcome to contribute!
   
   > I have considered this model, but there is a problem: does the approach of 
query_table + query mean that the table name written in the user's query must 
be exactly the table in query_table? 
   
   @mrtisttt We have a processing priority. If query and table_path are 
configured at the same time, we get data through query and get meta information 
through table_path. Please refer
   
https://github.com/apache/seatunnel/blob/8a9e8add15a40c96ece5b4f337d84aa598630b73/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/utils/JdbcCatalogUtils.java#L175-L199
   
   


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