Description
We noticed that when we're using the .dropFields method, for example by calling
df.withColum(column, col(column).dropFields("fieldToDrop")) the heap "explodes". we noticed it when our integration tests, for which 512MB heap is always enough started crashing with OutOfMemoryException (even when we increased the heap size to 8GB) and after a lot of trial and error we found that when we remove the .dropFields method the heap goes back downÂ