laglangyue commented on code in PR #2637:
URL:
https://github.com/apache/incubator-seatunnel/pull/2637#discussion_r964571696
##########
seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/src/main/java/org/apache/seatunnel/translation/spark/common/utils/TypeConverterUtils.java:
##########
@@ -85,8 +86,6 @@ public static DataType convert(SeaTunnelDataType<?> dataType)
{
return DataTypes.BinaryType;
case DATE:
return DataTypes.DateType;
- case TIME:
- // TODO: how reconvert?
Review Comment:
Or else,we don't suport time Type and throw Exception now. What do you think.
--
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]