Closed alex268 closed 4 months ago
Actually issues is passing in case of SUCCESS. I added test to it https://github.com/ydb-platform/ydb/pull/6258
It looks like the query "SELECT * FROM test WHERE id IN [1, 2, 3]" is not producing warning at all in the query service. I am not sure is it an issue or not...
Closed as not confirmed
I created a simple table
CREATE TABLE test (id Int32, PRIMARY KEY(id));
and try to execute requestSELECT * FROM test WHERE id IN [1, 2, 3];
If I execute it via the table service, I get a successful result with some warning issues:But if I use the query service - I get only one message without issues