-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-38528: [Python][Compute] Describe strptime format semantics #38665
Conversation
To prevent possible confusion with the compute strptime function, we now explicitly mention that the C/C++ semantics are followed.
@github-actions crossbow submit preview-docs |
|
|
@github-actions crossbow submit preview-docs |
Revision: 4dfa21a Submitted crossbow builds: ursacomputing/crossbow @ actions-e79d534cc7
|
@github-actions crossbow submit preview-docs |
Once docs are built they will be viewable at http://crossbow.voltrondata.com/pr_docs/38665 |
Revision: 4dfa21a Submitted crossbow builds: ursacomputing/crossbow @ actions-09574f30f3
|
@assignUser it seems that AWS CLI binary is not found, is this known or shall I open an issue?
|
Hm this is happening outside of the docker container so perhaps the runner image changed and removed it? It's news to me |
Splits a long sentence, makes the language more directive. Co-authored-by: Rok Mihevc <rok@mihevc.org>
@rok thank you for the preview and the suggestion! I applied it, I think it is now ready for final review :) |
Thanks for doing this @no23reason ! |
Thank you for your very patient support @rok! |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 79c72a6. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
…pache#38665) ### Rationale for this change To prevent possible confusion with the compute strptime function, we now explicitly mention that the C/C++ semantics are followed. ### What changes are included in this PR? The documentation of the `format` parameter of the `strptime` function is expanded. ### Are these changes tested? N/A documentation change only. ### Are there any user-facing changes? Just the documentation. * Closes: apache#38528 Lead-authored-by: Dan Homola <dan.homola@hotmail.cz> Co-authored-by: Dan Homola <dan.homola@gooddata.com> Co-authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Rok Mihevc <rok@mihevc.org>
…pache#38665) ### Rationale for this change To prevent possible confusion with the compute strptime function, we now explicitly mention that the C/C++ semantics are followed. ### What changes are included in this PR? The documentation of the `format` parameter of the `strptime` function is expanded. ### Are these changes tested? N/A documentation change only. ### Are there any user-facing changes? Just the documentation. * Closes: apache#38528 Lead-authored-by: Dan Homola <dan.homola@hotmail.cz> Co-authored-by: Dan Homola <dan.homola@gooddata.com> Co-authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Rok Mihevc <rok@mihevc.org>
Rationale for this change
To prevent possible confusion with the compute strptime function, we now explicitly mention that the C/C++ semantics are followed.
What changes are included in this PR?
The documentation of the
format
parameter of thestrptime
function is expanded.Are these changes tested?
N/A documentation change only.
Are there any user-facing changes?
Just the documentation.