View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spark-sql-columnar-shims-spark32-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.spark.sql.execution.datasources.v2
├─ org.apache.spark.sql.execution.datasources.v2.BatchScanExecShim.class - [JAR]
org.apache.spark.sql.execution.datasources.v2.velox
├─ org.apache.spark.sql.execution.datasources.v2.velox.DwrfScan.class - [JAR]
├─ org.apache.spark.sql.execution.datasources.v2.velox.DwrfScanBuilder.class - [JAR]
org.apache.spark.sql.execution.vectorized
├─ org.apache.spark.sql.execution.vectorized.WritableColumnVectorShim.class - [JAR]
org.apache.spark.sql.execution
├─ org.apache.spark.sql.execution.JoinSelectionShim.class - [JAR]
io.glutenproject.sql.shims.spark32
├─ io.glutenproject.sql.shims.spark32.Spark32Shims.class - [JAR]
├─ io.glutenproject.sql.shims.spark32.SparkShimProvider.class - [JAR]
org.apache.spark.sql.execution.datasources.v2.utils
├─ org.apache.spark.sql.execution.datasources.v2.utils.CatalogUtil.class - [JAR]