kosiew opened a new issue, #1118:
URL: https://github.com/apache/datafusion-python/issues/1118

   **Describe the bug**  
   When running `pytest` on the `main` branch, tests fail with the following 
error:
   
   ```
       import functions as F
   E   ModuleNotFoundError: No module named 'functions'
   ```
   
   This indicates that the `functions` module cannot be found, possibly due to 
a missing file, misconfigured import path, or incorrect module packaging.
   
   **To Reproduce**  
   Steps to reproduce the behavior:
   1. Checkout the `main` branch.
   2. Run `pytest`.
   3. Observe the failure during import.
   
   **Expected behavior**  
   Tests should run successfully without encountering a `ModuleNotFoundError`. 
The `functions` module should be properly found and imported.
   
   **Additional context**  
   - This issue started occurring after the latest merges into `main`.
   - It may be related to changes in project structure or missing updates to 
the test environment configuration.
   - No issues were observed on feature branches prior to merging.
   


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to