ulysses-you commented on issue #1299: URL: https://github.com/apache/incubator-kyuubi/issues/1299#issuecomment-952879943
As I said above, we can handle historical data using: ``` INSERT OVERWRITE TABLE $table AS SELECT * FROM $table; ``` For now we don't supprt the row count limitation. So I think we probably can enhance the existed rule to support `fileCount` and `maxRecordsPerFile` (which is this issue want to do) by using parquet or orc footer. -- 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]
