forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
1.3 KiB
1.3 KiB
Why Can't I Query Data After I Manually Add Data to the Partition Directory of an OBS Table?
Symptom
Partition data is manually uploaded to a partition of an OBS table. However, the data cannot be queried using DLI SQL editor.
Solution
After manually adding partition data, you need to update the metadata information of the OBS table. Run the following statement on desired table:
MSCK REPAIR TABLE table_name;
Query the data in the OBS partitioned table.
Parent topic: O&M Guide