Created
August 4, 2020 18:35
-
-
Save mingwei-li/b686df34271a43ad018d94a378d0da3b to your computer and use it in GitHub Desktop.
hyperspace - explain2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== 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