Skip to content

[Go] add slice serializer for fury go#961

Merged
chaokunyang merged 1 commit intoapache:mainfrom
chaokunyang:fury_go_slice_serializer
Oct 5, 2023
Merged

[Go] add slice serializer for fury go#961
chaokunyang merged 1 commit intoapache:mainfrom
chaokunyang:fury_go_slice_serializer

Conversation

@chaokunyang
Copy link
Copy Markdown
Collaborator

What do these changes do?

This pr add slice serializer for fury go:

  • sliceSerializer
  • sliceConcreteValueSerializer
  • byteSliceSerializer
  • boolSliceSerializer
  • int16SliceSerializer
  • int32SliceSerializer
  • int64SliceSerializer
  • float32SliceSerializer
  • float64SliceSerializer
  • stringSliceSerializer
  • zero-copy for byteSlice

Related issue number

Closes #960

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@chaokunyang chaokunyang merged commit fa58a7e into apache:main Oct 5, 2023
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] support golang slice serialization

1 participant