Skip to content

fix: Remove unnecessary type registration#14573

Merged
kodiakhq[bot] merged 3 commits intomainfrom
duckdb-test-fix
Oct 16, 2023
Merged

fix: Remove unnecessary type registration#14573
kodiakhq[bot] merged 3 commits intomainfrom
duckdb-test-fix

Conversation

@hermanschaaf
Copy link
Copy Markdown
Contributor

Without this, running go test -count 2 fails with:

--- FAIL: TestPlugin (0.00s)
    client_test.go:16: arrow: type extension with name uuid already defined

No other plugins call this in the tests anymore, and I think it's a leftover from a previous migration. The registration now happens automatically in the plugin serve method.

@hermanschaaf hermanschaaf requested review from a team and candiduslynx and removed request for a team October 16, 2023 16:05
@hermanschaaf hermanschaaf added the automerge Automatically merge once required checks pass label Oct 16, 2023
@hermanschaaf
Copy link
Copy Markdown
Contributor Author

Tests failing due to #14548, the issue I was actually trying to fix when finding this issue 🙃

@kodiakhq kodiakhq bot merged commit 5e3aad2 into main Oct 16, 2023
@kodiakhq kodiakhq bot deleted the duckdb-test-fix branch October 16, 2023 16:29
kodiakhq bot pushed a commit that referenced this pull request Oct 18, 2023
🤖 I have created a release *beep* *boop*
---


## [5.0.1](plugins-destination-duckdb-v5.0.0...plugins-destination-duckdb-v5.0.1) (2023-10-18)


### Bug Fixes

* Compile DuckDB, SQLite and Snowflake plugins for running under Alpine Linux  ([#14612](#14612)) ([c47cd1c](c47cd1c))
* Conditional static linking for linux/amd64 for DuckDB, SQLite and Snowflake ([#14626](#14626)) ([0ba7e3f](0ba7e3f))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.9 ([#14627](#14627)) ([c1d244c](c1d244c))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.3.0 ([#14635](#14635)) ([00b380c](00b380c))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.0 ([#14639](#14639)) ([f139c0e](f139c0e))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.14.0 ([#14577](#14577)) ([223c4c1](223c4c1))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.0 ([#14622](#14622)) ([b497a6b](b497a6b))
* Remove unnecessary type registration ([#14573](#14573)) ([5e3aad2](5e3aad2))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
hydratim pushed a commit to hydratim/cloudquery that referenced this pull request Oct 20, 2023
Without this, running `go test -count 2` fails with:

```
--- FAIL: TestPlugin (0.00s)
    client_test.go:16: arrow: type extension with name uuid already defined
```

No other plugins call this in the tests anymore, and I think it's a leftover from a previous migration. The registration now happens automatically in the plugin serve method.
hydratim pushed a commit to hydratim/cloudquery that referenced this pull request Oct 20, 2023
)

🤖 I have created a release *beep* *boop*
---


## [5.0.1](cloudquery/cloudquery@plugins-destination-duckdb-v5.0.0...plugins-destination-duckdb-v5.0.1) (2023-10-18)


### Bug Fixes

* Compile DuckDB, SQLite and Snowflake plugins for running under Alpine Linux  ([cloudquery#14612](cloudquery#14612)) ([c47cd1c](cloudquery@c47cd1c))
* Conditional static linking for linux/amd64 for DuckDB, SQLite and Snowflake ([cloudquery#14626](cloudquery#14626)) ([0ba7e3f](cloudquery@0ba7e3f))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.9 ([cloudquery#14627](cloudquery#14627)) ([c1d244c](cloudquery@c1d244c))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.3.0 ([cloudquery#14635](cloudquery#14635)) ([00b380c](cloudquery@00b380c))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.0 ([cloudquery#14639](cloudquery#14639)) ([f139c0e](cloudquery@f139c0e))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.14.0 ([cloudquery#14577](cloudquery#14577)) ([223c4c1](cloudquery@223c4c1))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.0 ([cloudquery#14622](cloudquery#14622)) ([b497a6b](cloudquery@b497a6b))
* Remove unnecessary type registration ([cloudquery#14573](cloudquery#14573)) ([5e3aad2](cloudquery@5e3aad2))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/plugin/destination/duckdb automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants