Daniil Pozdnyakov

Results 4 issues of Daniil Pozdnyakov

Hello! If I load files with identical names, but different letter case - I'm getting an error. But I wish get NULL string or two columns with different letter case...

Closes #688 Fix problem with cast scala.collection.mutable.ArrayBuffer to org.apache.spark.sql.catalyst.util.ArrayData

Hello! I try use Scala functions in Pythob from documentations on big xml data. All work correct if I use Spark with Scala 2.12. But on production cluster installed Spark...

Hello! I use driver in pyspark on cluster with jars clickhouse-jdbc-0.4.5.jar clickhouse-spark-runtime-3.3_2.12-0.7.1.jar I have table with ReplicatedReplacingMergeTree: ``` ENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/{shard}/visits_v2', '{replica}', ver) ``` And I tried take data from...

question