You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/02/07 06:41:00 UTC

[jira] [Commented] (SPARK-21758) `SHOW TBLPROPERTIES` can not get properties start with spark.sql.*

    [ https://issues.apache.org/jira/browse/SPARK-21758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16762409#comment-16762409 ] 

Hyukjin Kwon commented on SPARK-21758:
--------------------------------------

Look intentionally being filtered out:

https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala#L749

https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala#L129-L134

cc [~cloud_fan].

I am leaving this resolved.

> `SHOW TBLPROPERTIES` can not get properties start with spark.sql.*
> ------------------------------------------------------------------
>
>                 Key: SPARK-21758
>                 URL: https://issues.apache.org/jira/browse/SPARK-21758
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.1.0, 2.1.1, 2.2.0
>            Reporter: StanZhai
>            Priority: Major
>
> SQL: SHOW TBLPROPERTIES test_tb("spark.sql.sources.schema.numParts")
> Exception: Table test_db.test.tb does not have property: spark.sql.sources.schema.numParts
> The `spark.sql.sources.schema.numParts` property exactly exists in HiveMetastore.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org