You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/11 01:24:46 UTC

[GitHub] [flink] luoyuxia commented on pull request #20999: [FLINK-29408][hive] fix HiveCatalogITCase fail with NPE

luoyuxia commented on PR #20999:
URL: https://github.com/apache/flink/pull/20999#issuecomment-1273971517

   The `load data inpath` statement  in `HiveDialectQueryITCase`  will **move**  `/csv/test.csv` to other place, then other tests will get `null` by `getClass().getResource("/csv/test.csv")`.
   So I change it to statement `load local data inpath`, which will **copy**  `/csv/test.csv`.


-- 
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@flink.apache.org

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