[
https://issues.apache.org/jira/browse/SPARK-19577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863511#comment-15863511
]
Song Jun commented on SPARK-19577:
----------------------------------
I am working on this~
> insert into a partition datasource table with InMemoryCatalog after the
> partition location alter by alter command failed
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: SPARK-19577
> URL: https://issues.apache.org/jira/browse/SPARK-19577
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.2.0
> Reporter: Song Jun
>
> If we use InMemoryCatalog, then we insert into a partition datasource table,
> which partition location has changed by `alter table t partition(a="xx") set
> location $newpath`, the insert operation is ok, and the data can be insert
> into $newpath, while if we then select partition from the table, it will not
> return the value we inserted.
> The reason is that the InMemoryFileIndex to inferPartition by the table's
> rootPath, it does not track the user specific $newPath which provided by
> alter command.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]