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 2020/08/07 18:40:10 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #1306: Spark 3: Consider providing better support for path-based tables

RussellSpitzer commented on issue #1306:
URL: https://github.com/apache/iceberg/issues/1306#issuecomment-670655024


   Couldn't we use the existing Create table to do something like
    
   `CREATE TABLE "name" USING iceberg OPTIONS (path = "x")`
   
   Or are we trying to keep from ever naming the table representing the directory?
   
   As for the select, I think that sounds reasonable as long as those kind of strings with slashes can be passed through easily. I'm assuming we would just branch off in the Catalog load table method?
   
   I'm sorry I'm still a bit new here, so I'm not fully up to date on what's going on here. But it seems as though we just want a way of treating a directory as a table?


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



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