zhangjun0x01 commented on PR #471: URL: https://github.com/apache/flink-table-store/pull/471#issuecomment-1378191610
> Thanks @zhangjun0x01 for the contribution. > > Maybe there is a problem here. You didn't rename the entire table file directory. Our current design has determined that the path of the table is: `warehouse/xx.db/tableName`, see `AbstractCatalog.getTableLocation`. > > You should query table after renaming. hI,@JingsongLiļ¼ I checked the hive source code and found that the rename operation will modify the location by default, so I guess the hiverunner framework does not modify the location by default https://github.com/apache/hive/blob/branch-2.3/metastore/src/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java#L240 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
