You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/17 21:20:24 UTC

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #292: Fix specForTable in case of unpartitioned table

rdsr commented on a change in pull request #292: Fix specForTable in case of unpartitioned table
URL: https://github.com/apache/incubator-iceberg/pull/292#discussion_r304646679
 
 

 ##########
 File path: spark/src/main/java/org/apache/iceberg/spark/SparkSchemaUtil.java
 ##########
 @@ -70,17 +70,18 @@ public static Schema schemaForTable(SparkSession spark, String name) {
    *
    * @param spark a Spark session
    * @param name a table name and (optional) database
-   * @return a PartitionSpec for the table, if found
+   * @return a PartitionSpec for the table
    * @throws AnalysisException if thrown by the Spark catalog
    */
   public static PartitionSpec specForTable(SparkSession spark, String name) throws AnalysisException {
 
 Review comment:
   It seems that this method is not even being used. Can we just delete it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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