Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/18709#discussion_r131943455
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
---
@@ -217,6 +218,7 @@ case class CatalogTable(
owner: String = "",
createTime: Long = System.currentTimeMillis,
lastAccessTime: Long = -1,
+ createVersion: String = "",
--- End diff --
actually, can we use current version as default value, and when reading
table metadata in `HiveExternalCatalog`, set the version to the value from
table properties or `Prior to 2.3` if no such entry in table properties.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]