M
Size: a a a
M
ПФ
ПФ
spark.conf.set("spark.sql.codegen.wholeStage", false)
Seq(1.asInstanceOf[Integer], null.asInstanceOf[Integer], 3.asInstanceOf[Integer]).toDS().map(v=>(v,v)).show()
ПФ
AS
ПФ
AZ
ПФ
FROM A a JOIN B b ON b.id=a.user_id JOIN C c ON a.id=c.some_id AND b.id=c.author_id
. M
ПФ
ПФ
M
M
ПФ
N
D
D
AZ
N
D