mrtisttt commented on PR #9421:
URL: https://github.com/apache/seatunnel/pull/9421#issuecomment-2967714347
@Hisoka-X Since clickhouse source connector still use sql query to read
source tables and there are still many imperfections, in the subsequent
implementation, I will also implement:
- **query_table**(just like jdbc or doris, use table_path option or similar)
- **where_condition**(just like jdbc or doris, use filter.query option or
similar)
- **read_filed**(just like doris, use read_filed or similary)
to better support DynamicChunkSpiltter. This is also preparing for the
subsequent implementation of multi-table reading. At the same time, perhaps in
the future, we can remove the option to use sql query to read source data
tables.
How about this idea?
--
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]