[jira] [Commented] (SPARK-26860) RangeBetween docs appear to be wrong

2019-03-02 Thread Jagadesh Kiran N (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-26860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16782575#comment-16782575
 ] 

Jagadesh Kiran N commented on SPARK-26860:
--

For Followup only i have mentioned few days back about uploading the pull 
request , 

> RangeBetween docs appear to be wrong 
> -
>
> Key: SPARK-26860
> URL: https://issues.apache.org/jira/browse/SPARK-26860
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.4.0
>Reporter: Shelby Vanhooser
>Priority: Major
>  Labels: docs, easyfix, python
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The docs describing 
> [RangeBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rangeBetween]
>  for PySpark appear to be duplicates of 
> [RowsBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rowsBetween]
>  even though these are functionally different windows.  Rows between 
> reference proceeding and succeeding rows, but rangeBetween is based on the 
> values in these rows.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SPARK-26860) RangeBetween docs appear to be wrong

2019-03-02 Thread Jagadesh Kiran N (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-26860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16782573#comment-16782573
 ] 

Jagadesh Kiran N commented on SPARK-26860:
--

 @srowen  i took time to understand steps both R and Phython im almost done 
with fix ,  please move it inprogress state so that i can raise a pull request 

> RangeBetween docs appear to be wrong 
> -
>
> Key: SPARK-26860
> URL: https://issues.apache.org/jira/browse/SPARK-26860
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.4.0
>Reporter: Shelby Vanhooser
>Priority: Major
>  Labels: docs, easyfix, python
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The docs describing 
> [RangeBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rangeBetween]
>  for PySpark appear to be duplicates of 
> [RowsBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rowsBetween]
>  even though these are functionally different windows.  Rows between 
> reference proceeding and succeeding rows, but rangeBetween is based on the 
> values in these rows.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SPARK-26860) RangeBetween docs appear to be wrong

2019-02-13 Thread Jagadesh Kiran N (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-26860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767387#comment-16767387
 ] 

Jagadesh Kiran N commented on SPARK-26860:
--

I will the below statements to differentiate the same and raise the PR  

ROWS BETWEEN doesn't care about the exact values. It cares only about the order 
of rows, and takes fixed number of preceding and following rows when computing 
frame.
RANGE BETWEEN considers values when computing frame.

> RangeBetween docs appear to be wrong 
> -
>
> Key: SPARK-26860
> URL: https://issues.apache.org/jira/browse/SPARK-26860
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.4.0
>Reporter: Shelby Vanhooser
>Priority: Major
>  Labels: docs, easyfix, python
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The docs describing 
> [RangeBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rangeBetween]
>  for PySpark appear to be duplicates of 
> [RowsBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rowsBetween]
>  even though these are functionally different windows.  Rows between 
> reference proceeding and succeeding rows, but rangeBetween is based on the 
> values in these rows.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SPARK-26860) RangeBetween docs appear to be wrong

2019-02-13 Thread Jagadesh Kiran N (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-26860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767371#comment-16767371
 ] 

Jagadesh Kiran N commented on SPARK-26860:
--

Sure thankyou , suggest me any feature development is in progress where i can 
contribute .

> RangeBetween docs appear to be wrong 
> -
>
> Key: SPARK-26860
> URL: https://issues.apache.org/jira/browse/SPARK-26860
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.4.0
>Reporter: Shelby Vanhooser
>Priority: Major
>  Labels: docs, easyfix, python
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The docs describing 
> [RangeBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rangeBetween]
>  for PySpark appear to be duplicates of 
> [RowsBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rowsBetween]
>  even though these are functionally different windows.  Rows between 
> reference proceeding and succeeding rows, but rangeBetween is based on the 
> values in these rows.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SPARK-26860) RangeBetween docs appear to be wrong

2019-02-12 Thread Hyukjin Kwon (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-26860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16766708#comment-16766708
 ] 

Hyukjin Kwon commented on SPARK-26860:
--

It doesn't need to assign someone. Just make a PR and that will automatically 
link your PR to this JIRA. Assignee is set when it's actually fixed later.

> RangeBetween docs appear to be wrong 
> -
>
> Key: SPARK-26860
> URL: https://issues.apache.org/jira/browse/SPARK-26860
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.4.0
>Reporter: Shelby Vanhooser
>Priority: Major
>  Labels: docs, easyfix, python
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The docs describing 
> [RangeBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rangeBetween]
>  for PySpark appear to be duplicates of 
> [RowsBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rowsBetween]
>  even though these are functionally different windows.  Rows between 
> reference proceeding and succeeding rows, but rangeBetween is based on the 
> values in these rows.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SPARK-26860) RangeBetween docs appear to be wrong

2019-02-12 Thread Jagadesh Kiran N (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-26860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16766205#comment-16766205
 ] 

Jagadesh Kiran N commented on SPARK-26860:
--

i Would like to contribute to Spark , can you please assign to me this one and 
guide me how i can contribute in a better way ,

> RangeBetween docs appear to be wrong 
> -
>
> Key: SPARK-26860
> URL: https://issues.apache.org/jira/browse/SPARK-26860
> Project: Spark
>  Issue Type: Bug
>  Components: PySpark
>Affects Versions: 2.4.0
>Reporter: Shelby Vanhooser
>Priority: Major
>  Labels: docs, easyfix, python
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The docs describing 
> [RangeBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rangeBetween]
>  for PySpark appear to be duplicates of 
> [RowsBetween|http://spark.apache.org/docs/2.4.0/api/python/_modules/pyspark/sql/window.html#Window.rowsBetween]
>  even though these are functionally different windows.  Rows between 
> reference proceeding and succeeding rows, but rangeBetween is based on the 
> values in these rows.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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