Hey, we have a transform writing very large json objects into some dataset columns and we are encountering the following build failure:
java.lang.IllegalArgumentException: Cannot grow BufferHolder by size 1074387552 because the size after growing exceeds size limitation 2147483632
Can someone confirm if 2GB is the current size limitation of a row/column? or is the 2GB size limit referring to another limit?