NPE thrown by the ComputeProcessor due to a null SourceTable.table
#242
Labels
bug
Something isn't working
SourceTable.table
#242
Problem:
This has been observed on other computes not only the DuplicateColumn.
Proposal:
Check the source processor that generates the null table otherwise it probably comes from a client library returning a null
List<List<String>>
.Also, form the AbstractStrategy, skip the compute processing if sourcetable.table and sourcetable.rawRest are both null.
The text was updated successfully, but these errors were encountered: