-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
Some typo causes dataset tests not run in CI, so this test failed but pass CI
[INFO] Results:
[INFO]
Error: Failures:
Error: TestFragmentScanOptions.testCsvConvertOptions:80 expected: <[Id: Int(32, true), Name: Utf8, Language: Utf8]> but was: <[Id;Name;Language: Utf8]>
Error: TestFragmentScanOptions.testCsvConvertOptionsDelimiterNotSet:123 expected: <[Id: Int(32, true), Name: Utf8, Language: Utf8]> but was: <[Id;Name;Language: Utf8]>
Error: TestFragmentScanOptions.testCsvConvertOptionsNoOption:159
Expected: iterable containing ["1;Juno;Java\n2;Peter;Python\n3;Celin;C++"]
but: item 0: was <1;Juno;Java>
[INFO]
Error: Tests run: 40, Failures: 3, Errors: 0, Skipped: 0
Component(s)
Java