Description
Here https://github.com/apache/spark/blob/master/python/pyspark/sql/utils.py#L296-L302
It unnecessarily accesses to JVM too often. We can just have a single method to avoid that.
Here https://github.com/apache/spark/blob/master/python/pyspark/sql/utils.py#L296-L302
It unnecessarily accesses to JVM too often. We can just have a single method to avoid that.