return new ColumnMatchResult(false,format(STR0,controlNanCount,controlPositiveInfinityCount,controlNegativeInfinityCount,testNanCount,testPositiveInfinityCount,testNegativeInfinityCount)); | return ImmutableList.of(new ColumnMatchResult(controlSumObject == null && testSumObject == null,column,format(STR1,controlSumObject,testSumObject))); | new ColumnMatchResult(false,format(STR0,controlNanCount,controlPositiveInfinityCount,controlNegativeInfinityCount,testNanCount,testPositiveInfinityCount,testNegativeInfinityCount)) | ImmutableList.of(new ColumnMatchResult(controlSumObject == null && testSumObject == null,column,format(STR1,controlSumObject,testSumObject))) | presto | 2de5d7f6aa365500d6e6be1fb040edf6c7a89713 | com.facebook.presto.verifier.checksum.FloatingPointColumnValidator | | | xyz | new ColumnMatchResult(false,format(STR0,controlNanCount,controlPositiveInfinityCount,controlNegativeInfinityCount,testNanCount,testPositiveInfinityCount,testNegativeInfinityCount)) |
---|
| - com.google.common.collect.ImmutableList
| xyz | ImmutableList.of(new ColumnMatchResult(controlSumObject == null && testSumObject == null,column,format(STR1,controlSumObject,testSumObject))) |
---|
| Returns | False |