Display Table Location in Spark SQL Properties #2309
Labels
Comments
|
I would also tag this as "good first ticket" but I do not know how to add labels |
|
I feel it will be useful. |
|
@flyrain, would you be interested in working on this? |
|
We need to check if this will have any possible implications. |
|
As far as I see, Spark passes the location as a table property. I think we can fake it in |
|
I think we can simply adapt |
|
Totally agree, I was worried about it being mis used somewhere, but I think this is the right thing to do, and of course we should add it to "reserved properties" too because currently you can set this but it has no effect |
|
Looking at this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I realized today that while you are able to set the location of an Iceberg Table in Spark3, you cannot then view that location using the standard SQL commands.
Maybe we should considering populating this in table properties?
The text was updated successfully, but these errors were encountered: