We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
support properties when creating and loading hive table, like:
[ ROW FORMAT row_format ] [ STORED AS file_format ] [ LOCATION path ] [ TBLPROPERTIES ( key1=val1, key2=val2, ... ) ]
#1227
The text was updated successfully, but these errors were encountered:
@FANNG1 Can I work on this issue?
Sorry, something went wrong.
@Yangxuhao123 , I'm working on ROW FORMAT and STORED AS , could you work on Location?
ROW FORMAT
STORED AS
Location
ok, no problem.
please create corresponding issues and I'll assign it to you
all are supported
FANNG1
No branches or pull requests
Describe the subtask
support properties when creating and loading hive table, like:
Parent issue
#1227
The text was updated successfully, but these errors were encountered: