Timr
0
Q:

spark sql grows beyond 64 kb

spark = SparkSession.builder.master('local').appName('tow-way')\
        .config('spark.sql.codegen.wholeStage', 'false')\ ## <-- add this line
        .getOrCreate()
0

New to Communities?

Join the community