ahmedabu98 commented on issue #27670:
URL: https://github.com/apache/beam/issues/27670#issuecomment-1652370860
Ahh, I was able to reproduce it with these rows:
```
List<TableRow> rows = Arrays.asList(
new TableRow().set("int", 1).set("str", "a"),
new TableRow().set("STR", "b").set("int", 2),
new TableRow().set("str", "c").set("INT", 3));
```
looks like functions in `TableRowToStorageApiProto` may be case-sensitive,
when probably they don't need to be
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]