Displays the configuration in the hoodie.properties file of a specified Hudi table.
call show_hoodie_properties(table => '[table_name]');
Parameter |
Description |
---|---|
table_name |
Name of the table to be queried. The value can be in the database.tablename format. |
call show_hoodie_properties(table => "hudi_table5");
You can view query results on the client.