Github user AlexShvedoff commented on the issue:
https://github.com/apache/metamodel/pull/175
Yeah, it looks like previously there was a Columns[] preallocation. May
want to scan the code for other such conversions...
In terms of unit tests, is there really nothing already that covers a basic
query? Because the bug is triggered as soon as you have a select of any sort,
even with just one column being selected.
Maybe the problem is there's not connectivity of automated tests to SFDC?
That would make sense since that requires a login etc...
---