Skip to content

feat(go/adbc/driver/flightsql): support stateless prepared statements#1796

Merged
zeroshade merged 1 commit intoapache:mainfrom
lidavidm:gh-1657
Apr 30, 2024
Merged

feat(go/adbc/driver/flightsql): support stateless prepared statements#1796
zeroshade merged 1 commit intoapache:mainfrom
lidavidm:gh-1657

Conversation

@lidavidm
Copy link
Copy Markdown
Member

Fixes #1657.

@github-actions github-actions Bot added this to the ADBC Libraries 1.0.0 milestone Apr 30, 2024
@lidavidm lidavidm marked this pull request as ready for review April 30, 2024 09:26
@lidavidm lidavidm requested a review from zeroshade as a code owner April 30, 2024 09:26
"github.com/apache/arrow/go/v17/arrow/memory"
"github.com/golang/protobuf/ptypes/wrappers"
"github.com/stretchr/testify/suite"
"golang.org/x/exp/maps"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

as a separate change, we might be able to swap out golang.org/x/exp/maps for just maps now that we've updated the Go version

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We can't, they took out some of the exp features

golang/go#61538

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

sure, but are we using any of the features they removed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

we are, that's why we can't 😬

Copy link
Copy Markdown
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

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

LGTM

@zeroshade zeroshade merged commit b64b73a into apache:main Apr 30, 2024
@lidavidm lidavidm deleted the gh-1657 branch April 30, 2024 22:47
cocoa-xu pushed a commit to meowcraft-dev/arrow-adbc that referenced this pull request May 8, 2024
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.

go/adbc/driver/flightsql: support stateless prepared statements

2 participants