Skip to content

[Java] Fix TestFragmentScanOptions test result does not match #43506

@jinchengchenghh

Description

@jinchengchenghh

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions