Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Dec 4, 2025

Which issue does this PR close?

Rationale for this change

CI is failing on main. For example see : https://github.com/apache/datafusion/actions/runs/19938148766/job/57168950868

diff --git a/docs/source/user-guide/sql/scalar_functions.md b/docs/source/user-guide/sql/scalar_functions.md
index fab6221..c5380b2 100644
--- a/docs/source/user-guide/sql/scalar_functions.md
+++ b/docs/source/user-guide/sql/scalar_functions.md
@@ -2125,7 +2125,7 @@ upper(str)
 
 ### `uuid`
 
-Returns [`UUID v4`](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_%28random%29) string value which is unique per row.
+Returns [`UUID v4`](<https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)>) string value which is unique per row.
 
 ```sql
 uuid()

The problem is that I updated the markdown in #19088 but not the original code in the function

What changes are included in this PR?

Fix the issue

Are these changes tested?

Yes by CI

Are there any user-facing changes?

I will also file a ticket to track this testing hole:

Copy link
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @alamb

@mbutrovich mbutrovich added this pull request to the merge queue Dec 4, 2025
Merged via the queue into apache:main with commit 107cb5e Dec 4, 2025
28 checks passed
@alamb
Copy link
Contributor Author

alamb commented Dec 4, 2025

Thanks @alamb

Well, I also broke the CI 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

functions Changes to functions implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants