Skip to content

doc builds are broken #675

@Michael-J-Ward

Description

@Michael-J-Ward

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions