Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.1.0
Description
[info] - subquery/scalar-subquery/scalar-subquery-select.sql *** FAILED *** (3 seconds, 877 milliseconds) [info] Expected "[1]0 2017-05-04 01:01:0...", but got "[]0 2017-05-04 01:01:0..." Result did not match for query #3 [info] SELECT (SELECT min(t3d) FROM t3) min_t3d, [info] (SELECT max(t2h) FROM t2) max_t2h [info] FROM t1 [info] WHERE t1a = 'val1c' (ThriftServerQueryTestSuite.scala:197)
Attachments
Attachments
Issue Links
- is caused by
-
SPARK-33119 ScalarSubquery should returns the first two rows to avoid Driver OOM
- Resolved
- links to