Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14155#discussion_r74680344
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala ---
    @@ -81,6 +86,19 @@ private[spark] class HiveExternalCatalog(client: 
HiveClient, hadoopConf: Configu
         withClient { getTable(db, table) }
       }
     
    +  /**
    +   * If the given table properties contains datasource properties, throw 
an exception.
    +   */
    +  private def verifyTableProperties(table: CatalogTable): Unit = {
    +    val datasourceKeys = (table.properties.keys ++ 
table.storage.properties.keys)
    +      .filter(_.startsWith(DATASOURCE_PREFIX))
    --- End diff --
    
    I moved it to https://github.com/apache/spark/pull/14506. If you agree with 
it now, I can include it in this PR


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to