Github user sureshthalamati commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18994#discussion_r134944522
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala ---
    @@ -1214,6 +1246,11 @@ object HiveExternalCatalog {
     
       val CREATED_SPARK_VERSION = SPARK_SQL_PREFIX + "create.version"
     
    +  val TABLE_CONSTRAINT_PREFIX = SPARK_SQL_PREFIX + "constraint."
    +  val TABLE_CONSTRAINT_PRIMARY_KEY = SPARK_SQL_PREFIX + 
TABLE_CONSTRAINT_PREFIX + "pk"
    +  val TABLE_NUM_FK_CONSTRAINTS = SPARK_SQL_PREFIX + "numFkConstraints"
    +  val TABLE_CONSTRAINT_FOREIGNKEY_PREFIX = SPARK_SQL_PREFIX + 
TABLE_CONSTRAINT_PREFIX + "fk."
    --- End diff --
    
    Good catch. I will fix it. 


---
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