Skip to content

[Go] Some types don't follow the ValueStr <-> AppendValueFromStr convention #35421

@candiduslynx

Description

@candiduslynx

Describe the bug, including details regarding any error messages, version, and platform.

It's stated in the array.Builder interface description that AppendValueFromString adds a new value from a string. Inverse of array.ValueStr(i int) string.

However, some types fail to adhere to this rule.
One example I found was array.DayTimeInterval (along with array.DayTimeIntervalBuilder):

The issue was likely introduced in #34986

Component(s)

Go

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions