Skip to content

Fix issues with parsing of proto for evalitem#49

Merged
mahyareb merged 1 commit intomainfrom
parse_proto
Sep 29, 2024
Merged

Fix issues with parsing of proto for evalitem#49
mahyareb merged 1 commit intomainfrom
parse_proto

Conversation

@mahyareb
Copy link
Copy Markdown
Collaborator

repeated fields and maps (such as golden_sql, other) get passed as a RepeatedScalarContainer instead of
list of strings, maps, etc. during parsing of the proto into the class. This fixes that.

job_id before: da98cbe6-be1e-458c-8c64-969b06f2c093
job_id after: a61bf974-dab4-4f57-8d2a-cade49d4c38e

repeated fields and maps (golden_sql) get
passed as a RepeatedScalarContainer instead of
list of strings, maps, etc.
this fixes that

job_id before: da98cbe6-be1e-458c-8c64-969b06f2c093
job_id after: a61bf974-dab4-4f57-8d2a-cade49d4c38e
@mahyareb mahyareb merged commit 8b986fa into main Sep 29, 2024
@mahyareb mahyareb deleted the parse_proto branch October 3, 2024 15:22
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.

2 participants