You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…2605)
### What changes were proposed in this pull request?
support hive table format properties
```sql
CREATE TABLE xxx STORED AS PARQUET
CREATE TABLE xxx USING PARQUET
CREATE TABLE xxx ROW FORMAT SERDE xx STORED AS INPUTFORMAT xx OUTPUTFORMAT xx
CREATE TABLE xxx ROW FORMAT DELIMITED FIELDS TERMINATED xx
```
### Why are the changes needed?
Fix: #2620
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
UT and IT
Describe the subtask
Parent issue
#1549
The text was updated successfully, but these errors were encountered: