Skip to content

Commit

Permalink
Index sort print
Browse files Browse the repository at this point in the history
  • Loading branch information
gashutos committed Sep 14, 2023
1 parent 6590e6f commit dbafffa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,10 @@ private XFieldComparatorSource comparatorSource(
case DATE_NANOSECONDS:
return dateNanosComparatorSource(missingValue, sortMode, nested);
case LONG:
System.out.println("CHETAN logs LONG");
return new LongValuesComparatorSource(this, missingValue, sortMode, nested);
default:
System.out.println("CHETAN logs INT" + targetNumericType);
assert !targetNumericType.isFloatingPoint();
return new IntValuesComparatorSource(this, missingValue, sortMode, nested);
}
Expand Down

0 comments on commit dbafffa

Please sign in to comment.