jackyjfhu commented on issue #6943: URL: https://github.com/apache/kyuubi/issues/6943#issuecomment-2687035606
> The DPP requires the data source to implement either `SupportsRuntimeFiltering` or `SupportsRuntimeV2Filtering`, unfortunately, KSHC does not. > > This is a feature request, not a bug. OK,thanks for reply another question,when I execute this sql: ANALYZE TABLE COMPUTE STATISTICS FOR ALL COLUMNS,I encountered the following error <img width="1120" alt="Image" src="https://github.com/user-attachments/assets/9dc90772-edf0-4e6e-8b4c-5bd033a18a87" /> KSHC Through KSHC, Spark will parse the table into a V2 table   <img width="1245" alt="Image" src="https://github.com/user-attachments/assets/4f3e0f86-7d9e-4086-aa85-af591515f01d" /> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
