Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/14071#discussion_r70634823
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
---
@@ -42,38 +42,54 @@ case class CatalogFunction(
/**
* Storage format, used to describe how a partition or a table is stored.
+ *
+ * @param locationUri the storage location of the table/partition, can be
None if it has no storage,
+ * e.g. view, or it's not file-based, e.g. JDBC data
source table.
+ * @param properties used to store some extra information for the storage.
*/
case class CatalogStorageFormat(
locationUri: Option[String],
- inputFormat: Option[String],
- outputFormat: Option[String],
- serde: Option[String],
- compressed: Boolean,
--- End diff --
We never persist this flag into external catalog.
---
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]