SHOW_INVALID_PARQUET
Function
Checks the damaged parquet file in the execution path.
Syntax
call show_invalid_parquet(path => 'path')
Parameter Description
Parameter |
Description |
Mandatory |
---|---|---|
path |
Path of the FS to be queried |
Yes |
Example
call show_invalid_parquet(path => 'obs://path/hudi_table/dt=2021-08-28');
Caveats
- This command is not supported when the metadata service provided by DLI is used.
Permission Requirements
Metadata service provided by DLI
- SQL permissions:
database
table
None
SELECT
- Fine-grained permission: dli:table:select
Metadata services provided by LakeFormation. Refer to the LakeFormation documentation for details on permission configuration.
System Response
You can check if the job status is successful, view the job result, and review the job logs to confirm if there are any exceptions.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.