Skip to content

Commit

Permalink
Merge branch 'shapesESQL' of github.com:iverase/elasticsearch into sh…
Browse files Browse the repository at this point in the history
…apesESQL
  • Loading branch information
iverase committed Jan 16, 2024
2 parents 7d8d884 + 59ed4c0 commit d931e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static QueryBuilder detectFilter(PhysicalPlan plan, String fieldName, Predicate<

/**
* Map QL's {@link DataType} to the compute engine's {@link ElementType}, for sortable types only.
* This specifically excludes spatial data types, which are not themselves sortable .
* This specifically excludes spatial data types, which are not themselves sortable.
*/
public static ElementType toSortableElementType(DataType dataType) {
if (EsqlDataTypes.isSpatial(dataType)) {
Expand Down

0 comments on commit d931e30

Please sign in to comment.