Hi team,FieldsQueryCursor<List<?>> cursor = client.query(new SqlFieldsQuery("SELECT name from Person WHERE id=?").setArgs(key).setSchema("PUBLIC"));
If the thin client fails during the execution of the above code, will it leave an unclosed cursor on the server side?
