viirya commented on code in PR #10307:
URL: https://github.com/apache/datafusion/pull/10307#discussion_r1584897068
##########
datafusion/physical-plan/src/joins/sort_merge_join.rs:
##########
@@ -1517,9 +1517,13 @@ fn compare_join_arrays(
},
DataType::Date32 => compare_value!(Date32Array),
DataType::Date64 => compare_value!(Date64Array),
- _ => {
+ dt => {
return not_impl_err!(
- "Unsupported data type in sort merge join comparator"
+ "{}",
Review Comment:
Ah, got it. Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]