kgyrtkirk commented on PR #17861:
URL: https://github.com/apache/druid/pull/17861#issuecomment-2796173503
running the same query which errors out multiple times leads to the same
issue:
```
!set dartQueryId 00000000-0000-0000-0000-000000000000
!set useApproximateCountDistinct false
!use
druidtest://?componentSupplier=DartComponentSupplier&datasets=sql/src/test/quidem/qatests/qaArray/sql&numMergeBuffers=3
!set outputformat mysql
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
# TESTCASE: test_subquery_with_where TEST_ID: A2_B46_C1 TYPE: NEGATIVE TEST
SELECT a_int
FROM test_array
WHERE a_int NOT IN
(SELECT a_int
FROM test_array);
ARRAY
!error
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]