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

sql/plan/function: use vector.GetData instead of unsafe.Slice #19832

Closed
wants to merge 1 commit into from

Conversation

reusee
Copy link
Contributor

@reusee reusee commented Nov 6, 2024

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #19807

What this PR does / why we need it:

Use vector.GetData to get the data field

@reusee
Copy link
Contributor Author

reusee commented Nov 7, 2024

no longer required since it's fixed in

fillGroupStr := func(keys [][]byte, vec *vector.Vector, n int, sz int, start int) {

@reusee reusee closed this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/XS Denotes a PR that changes [1, 9] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants