Describe the bug
Datafusion currently does not support nested types in HashJoin, this was discovered in #620 (comment) and a guard was added to prevent runtime failures.
Steps to reproduce
No response
Expected behavior
No response
Additional context
When we upgrade to the next datafusion containing apache/datafusion#11117 and apache/datafusion#11232 we can remove this guard.
Describe the bug
Datafusion currently does not support nested types in HashJoin, this was discovered in #620 (comment) and a guard was added to prevent runtime failures.
Steps to reproduce
No response
Expected behavior
No response
Additional context
When we upgrade to the next datafusion containing apache/datafusion#11117 and apache/datafusion#11232 we can remove this guard.