Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/19882 I actually suggested similarly before: ``` org.apache.spark.sql.execution.datasources.csv.InferSchema org.apache.spark.sql.execution.datasources.json.InferSchema ``` but I actually received an advise at that time and it became as below: ``` org.apache.spark.sql.execution.datasources.csv.CSVInferSchema org.apache.spark.sql.execution.datasources.json.JsonInferSchema ``` I actually liked `Hive` prefix it was easier to distinguish.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org