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
Is your feature request related to a problem? Please describe.
We want to verify that we can do accelerated equi-joins correctly. We will need to adjust a few configs during different tests to force different types of joins. We might also need to write the data out to a file so spark can guess what the size of the data is correctly, but that is most likely not needed.
Either way we should go through all of the types and verify that we can join on them, and also that they can go along for the ride when we do a join.
We also need to test joins with conditionals, but only for the one case that we actually support this on.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We want to verify that we can do accelerated equi-joins correctly. We will need to adjust a few configs during different tests to force different types of joins. We might also need to write the data out to a file so spark can guess what the size of the data is correctly, but that is most likely not needed.
Either way we should go through all of the types and verify that we can join on them, and also that they can go along for the ride when we do a join.
We also need to test joins with conditionals, but only for the one case that we actually support this on.
The text was updated successfully, but these errors were encountered: