Skip to content

Instantly share code, notes, and snippets.

@mingwei-li
Created August 4, 2020 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingwei-li/b686df34271a43ad018d94a378d0da3b to your computer and use it in GitHub Desktop.
Save mingwei-li/b686df34271a43ad018d94a378d0da3b to your computer and use it in GitHub Desktop.
hyperspace - explain2
== Physical Plan ==
*(1) Project [name#11]
+- *(1) Filter (isnotnull(id#10) && (id#10 = 1))
+- *(1) FileScan parquet [id#10,name#11] Batched: true, Format: Parquet, Location: InMemoryFileIndex[file:/Users/mingwli/Dev/lib/hadoop-2.9.2/bin/spark-warehouse/indexes/index/v__=0], PartitionFilters: [], PushedFilters: [IsNotNull(id), EqualTo(id,1)], ReadSchema: struct<id:int,name:string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment