fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.27.1#2367
Merged
kodiakhq[bot] merged 3 commits intomainfrom Dec 16, 2025
Conversation
1 task
erezrokah
commented
Dec 15, 2025
| } | ||
|
|
||
| bldr := array.NewTimestampBuilder(memory.DefaultAllocator, timestamp.Type) | ||
| bldr := array.NewTimestampBuilderWithValueStrLayout(memory.DefaultAllocator, timestamp.Type, TimestampStringLayout) |
erezrokah
commented
Dec 15, 2025
| return nil, err | ||
| } | ||
| arrayBuilder := array.NewTimestampBuilder(memory.DefaultAllocator, &arrow.TimestampType{Unit: unit, TimeZone: timeZone}) | ||
| arrayBuilder := array.NewTimestampBuilderWithValueStrLayout(memory.DefaultAllocator, &arrow.TimestampType{Unit: unit, TimeZone: timeZone}, scalar.TimestampStringLayout) |
stoovon
approved these changes
Dec 16, 2025
disq
approved these changes
Dec 16, 2025
kodiakhq bot
pushed a commit
that referenced
this pull request
Dec 16, 2025
🤖 I have created a release *beep* *boop* --- ## [4.93.1](v4.93.0...v4.93.1) (2025-12-16) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.7 ([#2365](#2365)) ([1953885](1953885)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.1 ([#2367](#2367)) ([985d54a](985d54a)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.2 ([#2368](#2368)) ([d54cb52](d54cb52)) * **deps:** Update module github.com/spf13/cobra to v1.10.2 ([#2353](#2353)) ([8c37fb4](8c37fb4)) * **deps:** Update module golang.org/x/oauth2 to v0.34.0 ([#2364](#2364)) ([d8a6cff](d8a6cff)) * **deps:** Update module golang.org/x/sync to v0.19.0 ([#2355](#2355)) ([72f27ac](72f27ac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Instead of #2306 that also updates the Arrow version to v18.5.0 with apache/arrow-go#510.
This PR has lint fixes and test fixes using apache/arrow-go#510
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)