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

fix: add varbinary column type for iceberg tables #384

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

sashakcc
Copy link
Contributor

@sashakcc sashakcc commented Aug 23, 2023

Description

Fix error while executing sql query for adding varbinary column for iceberg tables:

alter table db_schema.table add columns (test_column varbinary);

Added: replace ddl column type for iceberg table from varbinary to binary.

Checklist

  • You followed contributing section
  • You kept your Pull Request small and focused on a single feature or bug fix.
  • You added unit testing when necessary
  • You added functional testing when necessary

@nicor88 nicor88 changed the title Fix add varbinary column type for iceberg tables fix: add varbinary column type for iceberg tables Aug 23, 2023
@nicor88 nicor88 added the enable-functional-tests Label to trigger functional testing label Aug 23, 2023
@nicor88 nicor88 merged commit d118de1 into dbt-labs:main Aug 23, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enable-functional-tests Label to trigger functional testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants