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

2019-07-29 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-516111330
 
 
   Hi, @maropu . Could you give us some advice on the following?
   - https://github.com/apache/spark/pull/24881#discussion_r308373086


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



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

2019-07-24 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-514823702
 
 
   BTW, thank you for your patience!


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



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

2019-07-24 Thread GitBox
dongjoon-hyun commented 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).
   
   


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



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

2019-07-23 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-514454623
 
 
   `FILTER` is not supported syntax, isn't it? The unsupported syntax is a good 
reason to create a JIRA issue.
   In this PR, you can file a JIRA and comment that query. That's enough.
   
   If you create a JIRA issue, then someone else can start from it.


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



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

2019-07-17 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-512382094
 
 
   Yes. Please search the JIRA and file all of them if they don't exist.
   For `explain (costs off)`, there might exist 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:
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



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

2019-07-17 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-512360035
 
 
   It's not missed. It's a temporary view. We don't need to drop it manually.


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



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

2019-07-17 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-512346931
 
 
   Hi, @DylanGuedes . I made a PR to you, 
https://github.com/DylanGuedes/spark/pull/1 .
   - It replaces REL_12_BETA1 with REL_12_BETA2. Luckily, they are the same. We 
only need to change pointer.
   - I reverted `show-tables.sql.out` and `SQLQueryTestSuite.scala`. Instead, I 
added the following.
   ```
   CREATE TEMPORARY VIEW tenk2 AS SELECT * FROM tenk1;
   ```
   Could you review and merge it to your branch?


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



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

2019-07-16 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-511959776
 
 
   Never mind~ Please take your time.


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



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

2019-07-16 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-511879098
 
 
   Gentle ping.


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



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

2019-07-06 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-508946078
 
 
   Thank you for update. We need to embed the JIRA ID of new issues in the file 
in this PR.


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



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

2019-07-05 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-508672902
 
 
   Hi, @DylanGuedes .
   The output file (21,485 line) looks ridiculously bigger than the original 
one (3823 line).
   - 
https://github.com/postgres/postgres/blob/REL_12_BETA1/src/test/regress/expected/window.out
 
   
   Could you compare the result with PostgreSQL. Is the output correct?


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



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

2019-06-19 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-503744475
 
 
   The failure is due to the wrong generated output. Please configure your 
Python environment and regenerate this.


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



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

2019-06-19 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-503743521
 
 
   Retest this please.


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



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

2019-06-15 Thread GitBox
dongjoon-hyun commented on issue #24881: [SPARK-23160][SQL][TEST] Port 
window.sql
URL: https://github.com/apache/spark/pull/24881#issuecomment-502417006
 
 
   ok to 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:
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