Yang, Tong 48706b7552 MRS COMP-LTS 320-lts.1 version
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2024-04-12 12:51:10 +00:00

3.0 KiB

SHOW_HOODIE_PROPERTIES

Function

Displays the configuration in the hoodie.properties file of a specified Hudi table.

Syntax

call show_hoodie_properties(table => '[table_name]');

Parameter Description

Table 1 Parameters

Parameter

Description

table_name

Name of the table to be queried. The value can be in the database.tablename format.

Example

call show_hoodie_properties(table => "hudi_table5");

System Response

You can view query results on the client.