Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19713#discussion_r150173854
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
---
@@ -621,7 +622,7 @@ class SparkSession private(
}
private[sql] def table(tableIdent: TableIdentifier): DataFrame = {
--- End diff --
This is also called by the public `table` API, so this bug affect the
public interface too.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]