FANNG1 commented on code in PR #4339: URL: https://github.com/apache/gravitino/pull/4339#discussion_r1701375356
########## docs/spark-connector/spark-catalog-hive.md: ########## @@ -19,6 +19,11 @@ Supports most DDL and DML operations in SparkSQL, except such operations: - `CREATE TABLE LIKE` clause - `TRUCATE TABLE` clause + +:::info +There are some limits for tables whose row format serde is `org.apache.hadoop.hive.serde2.OpenCSVSerde`. Due to HIVE-13709, the table's scheme may mismatch between Gravitino and Hive Metastore. Please make sure all fields are string type if used. Review Comment: simple the description for end user? like Doesn't support read write read write tables with `org.apache.hadoop.hive.serde2.OpenCSVSerde` row format? -- 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]
