Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compute] check correctly for is_compute for session_type
the problem is that when multiple queries are executed, we are not able to reuse the existing sessions as the session reuse is broken. if computes are in use then use compute[name] as the type otherwise fallback to old snippet[type] and use it everywhere. Change-Id: I0e6cb1149ca7961fc799ccce69fe70343d241bb5
- Loading branch information