Skip to content

Commit 90c3ff0

Browse files
author
bomeng
committed
revert user name
1 parent 8e7b271 commit 90c3ff0

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ case class CatalogTable(
127127
sortColumnNames: Seq[String] = Seq.empty,
128128
bucketColumnNames: Seq[String] = Seq.empty,
129129
numBuckets: Int = -1,
130-
owner: String = System.getProperty("user.name"),
130+
owner: String = "",
131131
createTime: Long = System.currentTimeMillis,
132132
lastAccessTime: Long = -1,
133133
properties: Map[String, String] = Map.empty,

0 commit comments

Comments
 (0)