I am setting compression variables in multiple statements conn.createStatement().execute("set compression.type=5=snappy"); conn.createStatement().execute("select into X ...");
Does the set statement set a connection level variable or a statement level variable? Or are things set in other ways? TX