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
The AnalysisException thrown during initial iterating over elements can
be very noisy. Stack traces are included in the `toString()` and it's
detail that most users won't care about.
- Add a safeIterate utility method which allows catching the exceptions
specifically thrown by the elements iterable and not by the Builder
- Simplify to a message about failing to resolve the input. Include the
extra details in a log.fine
- Require sdk 1.21.1 for generic method syntax
0 commit comments