lancelly opened a new pull request, #14880: URL: https://github.com/apache/iotdb/pull/14880
This PR introduces correlated Scalar Subquery into IoTDB TableModel. Correlated subquery has such limitations: 1. limit clause with row count greater than 1 is not supported in correlated subquery for now. 2. TopK clause is not supported in correlated subquery for now. 3. Non-Equality comparison is not supported in correlated subquery for now.(Error msg for this is kind of confusing since it's related to join: For now, FullOuterJoin and LeftJoin only support EquiJoinClauses ) -- 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]
