Michael-J-Ward opened a new issue, #675:
URL: https://github.com/apache/datafusion-python/issues/675
@andygrove via Discord:
Documentation publishing to the site is broken, likely because this does not
get tested on PR builds
```
>>>-------------------------------------------------------------------------
Exception in
/home/runner/work/datafusion-python/datafusion-python/docs/source/user-guide/common-operations/functions.rst
at block ending on line 104
Specify :okexcept: as an option in the ipython:: block to suppress this
message
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[14], line 3
1 df.select(
2 f.regexp_match(col('"Name"'), literal("Char")).alias("dragons"),
----> 3 f.regexp_replace(col('"Name"'), literal("saur"),
literal("fleur")).alias("flowers")
4 )
TypeError: regexp_replace() missing 1 required positional argument: 'arg4'
```
# TODO:
- [ ] fix build
- [ ] test doc builds on PRs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]