You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/07 11:32:32 UTC

[GitHub] [spark] shatestest commented on issue #19999: JDBC support date/timestamp type as partitionColumn

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:
users@infra.apache.org


With regards,
Apache Git Services

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