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
@@ -890,16 +912,6 @@ class TForgetScriptExecutionOperationQueryActor : public TQueryBase {
890
912
}
891
913
MaxRowId = *maxRowId;
892
914
893
-
if (MaxRowId >= NumberRowsInBatch) {
894
-
TStringBuilder message = TStringBuilder() << "Query result rows count is " << MaxRowId + 1;
895
-
if (*maxResultSetId > 0) {
896
-
message << " in " << *maxResultSetId + 1 << " result sets";
897
-
}
898
-
NYql::TIssue issue(message << ", that is larger than allowed limit " << MAX_NUMBER_ROWS_IN_BATCH << " rows for one time forget, results will be forgotten in the background process");
0 commit comments