Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Instead of defining QueryPlan.getTableRef(), it should be QueryPlan.getTableRefs(). We'll use this to support read-your-own-writes and send the uncommitted data for tables involved in the query. Looks to be pretty straightforward to implement for HashJoinPlan and SortMergePlan.