[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2023-09-30 Thread ZygD (Jira)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17770658#comment-17770658 ] ZygD commented on SPARK-23074: -- The problem is not solved! This was incorrectly closed. [The linked

[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2018-05-01 Thread Ruslan Dautkhanov (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16460137#comment-16460137 ] Ruslan Dautkhanov commented on SPARK-23074: --- That's . When we have a "record" that spans

[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2018-05-01 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16460116#comment-16460116 ] Reynold Xin commented on SPARK-23074: - It should give you the same ordering - that's the

[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2018-05-01 Thread Ruslan Dautkhanov (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16460087#comment-16460087 ] Ruslan Dautkhanov commented on SPARK-23074: --- [~rxin], monotonically_increasing_id wouldn't

[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2018-05-01 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459979#comment-16459979 ] Reynold Xin commented on SPARK-23074: - Can your problem be solved by monotonically_increasing_id,

[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2018-01-15 Thread Ruslan Dautkhanov (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326489#comment-16326489 ] Ruslan Dautkhanov commented on SPARK-23074: --- Yep, there are use cases where ordering is

[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2018-01-15 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326479#comment-16326479 ] Sean Owen commented on SPARK-23074: --- Hm, rowNumber requires you to sort the input? I didn't think it

[jira] [Commented] (SPARK-23074) Dataframe-ified zipwithindex

2018-01-15 Thread Ruslan Dautkhanov (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326455#comment-16326455 ] Ruslan Dautkhanov commented on SPARK-23074: --- {quote}You can create a DataFrame from the result