-
Notifications
You must be signed in to change notification settings - Fork 513
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(clickhouse): Update to SDK v4.2.1 #12155
Conversation
Maybe its about empty json? |
My debugging showed the JSON had a bell character inside so it's really weird |
@@ -43,5 +44,9 @@ func TestPlugin(t *testing.T) { | |||
}, | |||
}, | |||
plugin.WithTestSourceAllowNull(types.CanBeNullable), | |||
plugin.WithTestDataOptions(schema.TestSourceOptions{ | |||
SkipStructs: true, // panic during marshal during diff | |||
SkipMaps: true, // ordering doesn't match when read back |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an option for approx equal that handles this.
We should use it here, too
@@ -43,5 +44,9 @@ func TestPlugin(t *testing.T) { | |||
}, | |||
}, | |||
plugin.WithTestSourceAllowNull(types.CanBeNullable), | |||
plugin.WithTestDataOptions(schema.TestSourceOptions{ | |||
SkipStructs: true, // panic during marshal during diff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the issue open for this bug?
🤖 I have created a release *beep* *boop* --- ## [3.3.1](plugins-destination-clickhouse-v3.3.0...plugins-destination-clickhouse-v3.3.1) (2023-07-18) ### Bug Fixes * **clickhouse:** Update to SDK v4.2.1 ([#12155](#12155)) ([bde9102](bde9102)) * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 8e2219b ([#12220](#12220)) ([24e8fb5](24e8fb5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Follow-up for #12155. Depends on: * cloudquery/plugin-sdk#1123 * cloudquery/plugin-sdk#1124 * cloudquery/plugin-sdk#1125
Skipped the failing tests