ygerzhedovich commented on code in PR #2503:
URL: https://github.com/apache/ignite-3/pull/2503#discussion_r1309918029
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/exp/RexToLixTranslator.java:
##########
@@ -301,12 +306,11 @@ Expression translateCast(
switch (sourceType.getSqlTypeName()) {
case CHAR:
case VARCHAR:
- convert =
Expressions.call(BuiltInMethod.ST_GEOM_FROM_EWKT.method, operand);
- break;
Review Comment:
What reason for the change? we are supporting GEOMETRY?
--
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]