korlov42 commented on code in PR #6968:
URL: https://github.com/apache/ignite-3/pull/6968#discussion_r2549093154
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/type/IgniteTypeFactory.java:
##########
@@ -277,7 +295,7 @@ public static NativeType relDataTypeToNative(RelDataType
relType) {
case INTERVAL_YEAR_MONTH:
case INTERVAL_MONTH:
// TODO: https://issues.apache.org/jira/browse/IGNITE-17373
- throw new IllegalArgumentException("Type is not supported yet:
" + relType);
Review Comment:
I decided to leave these TODO's because INTERVAL types in fact are not
supported fully. I believe this place should be revisited
--
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]