Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.5.0
-
None
-
None
Description
TableDefWriter.java
if (!found) { throw new IllegalArgumentException("No column by the name " + column + "found while importing data"); }
I noticed that the word 'found' does not have a space before it, so the error message is a bit unclear. Unfortunately, there is a unit test that affirms this incorrect behavior.
Also, there may be more than one column name unaccounted for, so it would be difficult to troubleshoot this issue by having to re-run this method several times to get each erroneous column name. Instead, report all of the missing columns in the error message.
Attachments
Issue Links
- links to