You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing String.format or any other function that calls toString fails on a struct type.
java.lang.UnsupportedOperationException
at com.google.zetasql.ZetaSQLStrings.toIdentifierLiteral(ZetaSQLStrings.java:39)
at com.google.zetasql.StructType.debugString(StructType.java:177)
at com.google.zetasql.Type.toString(Type.java:334)
at java.util.Formatter$FormatSpecifier.printString(Formatter.java:2886)
at java.util.Formatter$FormatSpecifier.print(Formatter.java:2763)
at java.util.Formatter.format(Formatter.java:2520)
at java.util.Formatter.format(Formatter.java:2455)
at java.lang.String.format(String.java:2942)
The text was updated successfully, but these errors were encountered:
Doing String.format or any other function that calls toString fails on a struct type.
The text was updated successfully, but these errors were encountered: