Spaarsh commented on PR #1059:
URL: 
https://github.com/apache/datafusion-python/pull/1059#issuecomment-2717683480

   Now the `test_wrapper_coverage.py` checks for modules in this way:
   Skip checks if it is global_context (No changes made in this part)
   For classes started with `Raw`, it breaks down the class name to extract the 
wrapper class and checks if that class has the given `Raw` class
   
   Later, when the conditional statement of `isinstance` is checked for, the 
`Raw` classes are skipped since they have been checked for in the earlier part 
of the test and, more importantly, unlike other classes that return true for 
`isinstance`, `Raw` classes are only internally exposed.


-- 
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

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