Closed jackylee-ch closed 2 years ago
Reformat SQL config key name from spark.sql to spark.oap.sql in Gazelle. After this PR, users can easily distinguish between Gazelle-specific Config and Spark Config.
spark.sql
spark.oap.sql
unit tests
https://github.com/oap-project/native-sql-engine/issues/1161
What changes were proposed in this pull request?
Reformat SQL config key name from
spark.sql
tospark.oap.sql
in Gazelle. After this PR, users can easily distinguish between Gazelle-specific Config and Spark Config.How was this patch tested?
unit tests