Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.18.0
Description
blocker since now it fails on every build
to reproduce jdk 8 is required
mvn clean install -DskipTests mvn verify -pl flink-architecture-tests/flink-architecture-tests-production/ -Darchunit.freeze.store.default.allowStoreUpdate=false
It seems the reason is FLINK-27415
where it was removed line
checkArgument(fileLength > 0L);
at the same time it was mentioned in achunit violations and now should be removed as well
Attachments
Issue Links
- is caused by
-
FLINK-27415 Read empty csv file throws exception in FileSystem table connector
- Resolved
- links to