Hi, all
   I am trying to execute the SQL like
explain create table test as select a.key, b.value from src a inner join
src b on a.key=b.key;

  But I got
Physical execution plan:
ExistingRdd [], ParallelCollectionRDD[1] at parallelize at
SparkStrategies.scala:182

Does that mean exception raised internally? Is this a bug or intention?

Thanks,
Gavin

Reply via email to