You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.nvidia.spark.rapids.ParquetPartitionReaderBase#convertDecimal64ToDecimal32Wrapper instantiates ColumnView instances without closing them. For example, child and newChild are both ColumnView instances and neither are closed.
com.nvidia.spark.rapids.ParquetPartitionReaderBase#convertDecimal64ToDecimal32Wrapper
instantiatesColumnView
instances without closing them. For example,child
andnewChild
are bothColumnView
instances and neither are closed.Each
ColumnView
corresponds to a native structure that needs to be closed to release the native memory.The text was updated successfully, but these errors were encountered: