gosnowflake icon indicating copy to clipboard operation
gosnowflake copied to clipboard

SNOW-679254: Properly support arrays as returned type

Open Thomasdezeeuw opened this issue 1 year ago • 5 comments

Issue description

Currently arrays are returned a strings, which is not ideal because that means we have to parse those manually.

Thomasdezeeuw avatar Oct 17 '22 15:10 Thomasdezeeuw

Hi there! I also stumbled upon this and I would add that it's not a question of ideal or not but rather there is no way to parse as if there is something like "," inside a string saved in a string array you wont be able to distinguish between what is part of the array and what is part of the string in go.

yevgenypats avatar Dec 22 '22 10:12 yevgenypats

thank you for raising this issue - even bigger thank you to yevgenypats for answering it. closing it for now, but if there's a PR which could address the requirement I'm happy to reopen to move forward

sfc-gh-dszmolka avatar Mar 28 '23 17:03 sfc-gh-dszmolka

@sfc-gh-dszmolka did you read @yevgenypats comment? He agrees with me adding that's not possible to parse the array as text.

Thomasdezeeuw avatar Mar 28 '23 20:03 Thomasdezeeuw

@sfc-gh-dszmolka can you reopen this as it's not solved.

Thomasdezeeuw avatar Apr 03 '23 11:04 Thomasdezeeuw

reopening the issue and marking it as an enhancement for the product team to pick up in a later time

sfc-gh-dszmolka avatar Apr 03 '23 11:04 sfc-gh-dszmolka