Skip to content

Commit

Permalink
Do not use wildcard imports for DataSourceV2Implicits
Browse files Browse the repository at this point in the history
  • Loading branch information
xy_xin committed Aug 8, 2019
1 parent b690dec commit 34674c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.apache.spark.sql.execution.datasources.v2

import org.apache.spark.sql.AnalysisException
import org.apache.spark.sql.sources.v2._
import org.apache.spark.sql.sources.v2.{SupportsDelete, SupportsRead, SupportsWrite, Table, TableCapability}

object DataSourceV2Implicits {
implicit class TableHelper(table: Table) {
Expand Down

0 comments on commit 34674c5

Please sign in to comment.