This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-36338][PYTHON][FOLLOW-UP] Keep the original default value as '…
…sequence' in default index in pandas on Spark ### What changes were proposed in this pull request? This PR is a followup of apache#33570, which mistakenly changed the default value of the default index ### Why are the changes needed? It was mistakenly changed. It was changed to check if the tests actually pass but I forgot to change it back. ### Does this PR introduce _any_ user-facing change? No, it's not related yet. It fixes up the mistake of the default value mistakenly changed. (Changed default value makes the test flaky because of the order affected by extra shuffle) ### How was this patch tested? Manually tested. Closes apache#33596 from HyukjinKwon/SPARK-36338-followup. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information