shatestest commented on issue #19999: JDBC support date/timestamp type as 
partitionColumn
URL: https://github.com/apache/spark/pull/19999#issuecomment-490041682
 
 
   When i chose INSERTION_DATE as my partitionColumn with below dates
   .option("lowerBound","2002-03-31");
   .option("upperBound", "2019-05-01");
   .option("dateFormat", "yyyy-mm-dd"); // also tried with "yyyy-MM-dd"
   
   Getting error : ORA-01861: literal does not match format string
   How to pass the dates for "lower/upperBound" ??

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to