beliefer commented on issue #25172: [SPARK-28412][SQL] ANSI SQL: OVERLAY 
function support byte array
URL: https://github.com/apache/spark/pull/25172#issuecomment-512091872
 
 
   > Is this related to the standard?
   
   Yes. ANSI SQL T312
   ```
   <binary overlay function> ::=
   OVERLAY <left paren> <binary value expression> PLACING <binary value 
expression>
   FROM <start position> [ FOR <string length> ] <right paren>
   ```

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


With regards,
Apache Git Services

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

Reply via email to