Carl-Zhou-CN commented on PR #9421: URL: https://github.com/apache/seatunnel/pull/9421#issuecomment-2968881422
> @Hisoka-X Hi, I have thought of a reading method. 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. This approach is similar to the implementation of doris and does not require writing sql to achieve concurrent reading of data tables. > > Is this a feasible plan? At present, I have implemented the above-mentioned functions and conducted tests in practical applications. Good idea. Does it support distributed tables? -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org