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/15 22:55:27 UTC

[GitHub] [spark] zsxwing opened a new pull request #24619: [SPARK-27735][SS]Parsing interval string should be case-sensitive in SS

zsxwing opened a new pull request #24619: [SPARK-27735][SS]Parsing interval string should be case-sensitive in SS
URL: https://github.com/apache/spark/pull/24619
 
 
   ## What changes were proposed in this pull request?
   
   Some APIs in Structured Streaming requires the user to specify an interval. Right now these APIs don't accept upper-case strings.
   
   This PR adds a new method `fromCaseInsensitiveString` to `CalendarInterval` to support paring upper-case strings, and fixes all APIs that need to parse an interval string.
   
   ## How was this patch tested?
   
   The new unit test.

----------------------------------------------------------------
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