Github user blrunner commented on a diff in the pull request:
https://github.com/apache/tajo/pull/726#discussion_r38835276
--- Diff:
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/CatalogUtil.java
---
@@ -929,9 +933,16 @@ public static AlterTableDesc addOrDropPartition(String
tableName, String[] colum
TUtil.putToNestedMap(OPERATION_CASTING_MAP, Type.FLOAT8, Type.TEXT,
Type.TEXT);
TUtil.putToNestedMap(OPERATION_CASTING_MAP, Type.TEXT, Type.TIMESTAMP,
Type.TIMESTAMP);
+ TUtil.putToNestedMap(OPERATION_CASTING_MAP, Type.TEXT, Type.TEXT,
Type.TEXT);
--- End diff --
We might need time type and date type.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---