Re: [I] Run / Test all examples in Documentation [datafusion]

2025-02-10 Thread via GitHub
alamb closed issue #14435: Run / Test all examples in Documentation URL: https://github.com/apache/datafusion/issues/14435 -- 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 un

Re: [I] Run / Test all examples in Documentation [datafusion]

2025-02-04 Thread via GitHub
ugoa commented on issue #14435: URL: https://github.com/apache/datafusion/issues/14435#issuecomment-2634594313 Hey @alamb @Chen-Yuan-Lai folks, here is my attempt to fix doctest for file `docs/source/library-user-guide/adding-udfs.md`, the below test command is able to pass successfully:

Re: [I] Run / Test all examples in Documentation [datafusion]

2025-02-03 Thread via GitHub
alamb commented on issue #14435: URL: https://github.com/apache/datafusion/issues/14435#issuecomment-2631467064 > Hey I would like to have a try, I am quite interested in the datafusion and daft project and have been exploring both recently Thank you @ugoa -- that is great! I

Re: [I] Run / Test all examples in Documentation [datafusion]

2025-02-03 Thread via GitHub
alamb commented on issue #14435: URL: https://github.com/apache/datafusion/issues/14435#issuecomment-2631465503 > @alamb I found that some tests failed because multiple code blocks shared some imports. For example, should we repeat the necessary imports in the second block? Yes I thi

Re: [I] Run / Test all examples in Documentation [datafusion]

2025-02-03 Thread via GitHub
ugoa commented on issue #14435: URL: https://github.com/apache/datafusion/issues/14435#issuecomment-2631436398 Hey I would like to have a try, I am quite interested in the datafusion and daft project and have been exploring both recently -- This is an automated message from the Apache Git

Re: [I] Run / Test all examples in Documentation [datafusion]

2025-02-03 Thread via GitHub
Chen-Yuan-Lai commented on issue #14435: URL: https://github.com/apache/datafusion/issues/14435#issuecomment-2631328483 @alamb I found that some tests failed because multiple code blocks shared some imports. For example, should we repeat the necessary imports in the second block? ![

Re: [I] Run / Test all examples in Documentation [datafusion]

2025-02-03 Thread via GitHub
alamb commented on issue #14435: URL: https://github.com/apache/datafusion/issues/14435#issuecomment-2630772971 I think this would be a good first issue for people to work on as it is self contained, well described, doesn't require deep internals experience, and would give you exposure to