GH-35785: [C++] Support null type non-key columns for join operation#38383
GH-35785: [C++] Support null type non-key columns for join operation#38383llama90 wants to merge 4 commits intoapache:mainfrom
Conversation
|
|
|
There were policy considerations and a personal lack of understanding regarding the code when it came to supporting Therefore, although there was an intent to support // Constraints
RandomDataTypeConstraints key_type_constraints;
key_type_constraints.Default();
key_type_constraints.withoutNullColumn();In the code, when the // key_type_constraints.withoutNullColumn(); part is commented out, the following error can be encountered. error messageTest 55: RIGHT_OUTER EQ_IS parallel = true bloom_filter = false It mentions that an "equal" operator for |
|
|
|
Thank you for your contribution. Unfortunately, this |
|
Hello, I don't have enough time to work on this issue/PR at the moment. |
Rationale for this change
Supports join on null types for non-key columns.
What changes are included in this PR?
Are these changes tested?
Yes
Are there any user-facing changes?
For users utilizing the Join operation