Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20846#discussion_r175146967
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
---
@@ -99,7 +99,8 @@ case class CatalogTablePartition(
spec: CatalogTypes.TablePartitionSpec,
storage: CatalogStorageFormat,
parameters: Map[String, String] = Map.empty,
- stats: Option[CatalogStatistics] = None) {
+ stats: Option[CatalogStatistics] = None,
+ schema: Option[StructType] = None) {
--- End diff --
The partition schema is stored in `CatalogTable `. I am not very clear what
is the exception you got.
@dongjoon-hyun Could you help @liutang123 investigate the issue?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]