Jonathan Gabriel
Results
1
comments of
Jonathan Gabriel
Same issue here. Im reading data from Oracle to Kafka with JSON/jdbc. For integer values or DECIMAL(N,0) I am kind of hacking this way in PySpark: df = df.withColumn('QTY0', unbase64(df.QTY))...