Swarup Sarangi

Results 2 comments of Swarup Sarangi

A workaround I did is using `clickhouse-driver` Python Library to create table then and there and using that table to load the data into it from Spark

I tried adding this to my pyspark code, however I couldn't get it right. Can you please help me on this ? ``` from py4j.java_gateway import java_import gw = self.spark.sparkContext._gateway...