We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7b271 commit 90c3ff0Copy full SHA for 90c3ff0
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
@@ -127,7 +127,7 @@ case class CatalogTable(
127
sortColumnNames: Seq[String] = Seq.empty,
128
bucketColumnNames: Seq[String] = Seq.empty,
129
numBuckets: Int = -1,
130
- owner: String = System.getProperty("user.name"),
+ owner: String = "",
131
createTime: Long = System.currentTimeMillis,
132
lastAccessTime: Long = -1,
133
properties: Map[String, String] = Map.empty,
0 commit comments