Commit feddf09
committed
[SPARK-51994] Fix
### What changes were proposed in this pull request?
This PR aims to fix `ArrowType.Info.==` to support complex types.
### Why are the changes needed?
Previously, it returns false for the complex types like `struct`.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#110 from dongjoon-hyun/SPARK-51994.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>ArrowType.Info.== to support complex types1 parent b741ae5 commit feddf09
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
| 392 | + | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
| |||
0 commit comments