JingsongLi commented on a change in pull request #9239: [FLINK-13385]Align Hive data type mapping with FLIP-37 URL: https://github.com/apache/flink/pull/9239#discussion_r308182834
########## File path: docs/dev/table/catalog.md ########## @@ -179,10 +179,11 @@ Currently `HiveCatalog` supports most Flink data types with the following mappin | TIMESTAMP_WITHOUT_TIME_ZONE | Timestamp | | TIMESTAMP_WITH_TIME_ZONE | N/A | | TIMESTAMP_WITH_LOCAL_TIME_ZONE | N/A | -| INTERVAL | N/A | -| BINARY | binary | -| VARBINARY(p) | binary | -| ARRAY\<E> | list\<E> | +| INTERVAL | N/A*** | +| BINARY | N/A | +| VARBINARY(p) | N/A | +| BYTES | BINARY | +| ARRAY\<E> | ARRAY\<E> | | MAP<K, V> | map<K, V> | Review comment: Why not throw exception in `HiveTypeUtil.toHiveTypeInfo` when hive not support? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
