Jonathancui123 commented on PR #37327:
URL: https://github.com/apache/spark/pull/37327#issuecomment-1198894995

   > Should we keep requirement that `inferDate = true` needs `inferSchema = 
true`? I think we should clarify semantics.
   
   @sadikovi I think we should keep the requirement and the new exception type 
in this PR. The exception will clarify that the primary purpose of the 
`inferDate` flag is for allowing dates in the inferred schema. The requirement 
that `inferDate = true` needs `inferSchema = true` makes sense because 
otherwise, `inferDate` is modifying parsing fallback behavior for no reason.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to