Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Subtask] [spark-connector] support hive table format related properties #2620

Closed
FANNG1 opened this issue Mar 21, 2024 · 0 comments · Fixed by #2605
Closed

[Subtask] [spark-connector] support hive table format related properties #2620

FANNG1 opened this issue Mar 21, 2024 · 0 comments · Fixed by #2605
Assignees
Labels
subtask Subtasks of umbrella issue

Comments

@FANNG1
Copy link
Contributor

FANNG1 commented Mar 21, 2024

Describe the subtask

   [ ROW FORMAT row_format ]
    [ STORED AS file_format ]
    [ TBLPROPERTIES ( key1=val1, key2=val2, ... ) ]

Parent issue

#1549

@FANNG1 FANNG1 added the subtask Subtasks of umbrella issue label Mar 21, 2024
@FANNG1 FANNG1 added this to the Gravitino 0.5.0 milestone Mar 21, 2024
@FANNG1 FANNG1 self-assigned this Mar 21, 2024
jerryshao pushed a commit that referenced this issue Mar 29, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask Subtasks of umbrella issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant