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

Support serdeproperties for CREATE TABLE with HIVE #1152

Merged
merged 5 commits into from
Mar 1, 2024

Conversation

jonathanlehto
Copy link
Contributor

Adding serdeproperties support.

Hive SERDEPROPERTIES -- https://spark.apache.org/docs/3.0.1/sql-ref-syntax-ddl-create-table-hiveformat.html

@coveralls
Copy link

coveralls commented Feb 29, 2024

Pull Request Test Coverage Report for Build 8115817088

Details

  • 11 of 20 (55.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 87.928%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ast/mod.rs 4 6 66.67%
src/parser/mod.rs 5 12 41.67%
Totals Coverage Status
Change from base Build 8115784388: 0.02%
Covered Lines: 20306
Relevant Lines: 23094

💛 - Coveralls

@alamb alamb changed the title adding serdeproperties Support serdeproperties for CREATE TABLE with HIVE Mar 1, 2024
Copy link
Collaborator

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you (again) @jonathanlehto

Looks good to me

@alamb alamb merged commit fb7d4d4 into sqlparser-rs:main Mar 1, 2024
10 checks passed
@jonathanlehto
Copy link
Contributor Author

Thank you @alamb !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants