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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]