Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/21122#discussion_r186142381
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala
---
@@ -199,8 +199,8 @@ class InMemoryCatalog(
// to create the table directory and write out data before we create
this table, to avoid
// exposing a partial written table.
val needDefaultTableLocation =
- tableDefinition.tableType == CatalogTableType.MANAGED &&
- tableDefinition.storage.locationUri.isEmpty
+ tableDefinition.tableType == CatalogTableType.MANAGED &&
+ tableDefinition.storage.locationUri.isEmpty
--- End diff --
nit. Maybe, this spacing change is not your intention.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]