You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "liming30 (via GitHub)" <gi...@apache.org> on 2023/03/29 05:05:52 UTC

[GitHub] [incubator-paimon] liming30 commented on issue #731: [Bug] When scan.mode is set to TimeTravel semantics, getTable from Catalog will fail

liming30 commented on issue #731:
URL: https://github.com/apache/incubator-paimon/issues/731#issuecomment-1487951861

   @JingsongLi , hi, I think this is not a problem that the table does not exist. It is because we are using the [old `TableSchema`](https://github.com/apache/incubator-paimon/blob/master/paimon-core/src/main/java/org/apache/paimon/table/AbstractFileStoreTable.java#L196) to generate the `SnapshotManager`, and the old `TableSchema` does not contain `PATH` (although we put `PATH` in the [new `TableSchema`](https://github.com/apache/incubator-paimon/blob/master/paimon-core/src/main/java/org/apache/paimon/table/AbstractFileStoreTable.java#L120)). 
   
   What about setting the `PATH` for the `TableSchema` when creating the `FileStoreTable`?


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

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org