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 07:05:36 UTC

[GitHub] [spark] shatestest commented on issue #21834: [SPARK-22814][SQL] Support Date/Timestamp in a JDBC partition column

shatestest commented on issue #21834: [SPARK-22814][SQL] Support Date/Timestamp in a JDBC partition column
URL: https://github.com/apache/spark/pull/21834#issuecomment-489960238
 
 
   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");
   
   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