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
Hello, I didn't quite understand what you mean. The fact that the exception wasn't caught is not an SDK issue. The user should handle it. Specifically, this exception was thrown by the SDK because TValue was assembled incorrectly. Most likely, TType with Optional was passed to it, but it was assembled as a Tuple. However, we need to take a closer look at the UI code here.
when I run a query via cli (sql or yql command) it works as expected
Query run via UI causes a node failure
episodes is a table from basic example from docs.
The text was updated successfully, but these errors were encountered: