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/07/24 15:54:57 UTC

[GitHub] [spark] dongjoon-hyun edited a comment on issue #24881: [SPARK-23160][SQL][TEST] Port window.sql

dongjoon-hyun edited a comment on issue #24881: [SPARK-23160][SQL][TEST] Port window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-514690483
 
 
   SQL Function and SQL Language syntax is different, @DylanGuedes .
   1. The one you mention [here](https://github.com/apache/spark/pull/24881#issuecomment-514606530) is higher-order function, `filter`. And, you need to search Apache Spark SQL function API document.
      - https://spark.apache.org/docs/latest/api/sql/#filter
   2. The one you asked is SQL syntax, `FILTER (WHERE ...)`. And,  you need to search SQL Standard Documentation. (Not Apache Spark SQL document).
      - But, you don't need to search this. Filing a JIRA and adding comment is enough because we already know (1) and (2) is not the same one.
   

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