Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.0
-
None
Description
It would be useful to allow passing table function parameters into ANALYZE statement.
One of the use-cases is to pass the inlined table schema to use it when producing ANALYZE.
Example of the command:
ANALYZE TABLE table(dfs.`table_name` (type => 'parquet', autoCorrectCorruptDates => false, enableStringsSignedMinMax=>false, schema=>'inline=(mykey int, col_notexist varchar)')) REFRESH METADATA;
Attachments
Issue Links
- links to