You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Too many hacks here since we hack the planning but we don't have full control over the planning stage. We cannot pass context around during planning so a re-extract needed for push-down since a plan tree might contain Join which causes a single tree has multiple plans to push-down.
Currently, we only hack the logical relation. We can do the same thing on the Join operator.
The text was updated successfully, but these errors were encountered:
birdstorm
changed the title
We can hijack Join operator not just logical relation operator.
We can hack Join operator not just logical relation operator.
May 21, 2019
tispark/core/src/main/scala/org/apache/spark/sql/TiStrategy.scala
Line 56 in e32fa0e
Too many hacks here since we hack the planning but we don't have full control over the planning stage. We cannot pass context around during planning so a re-extract needed for push-down since a plan tree might contain Join which causes a single tree has multiple plans to push-down.
tispark/core/src/main/scala/org/apache/spark/sql/TiStrategy.scala
Line 114 in e32fa0e
Currently, we only hack the logical relation. We can do the same thing on the Join operator.
The text was updated successfully, but these errors were encountered: