Re: [I] Enable feature specific unit tests [datafusion-comet]

2025-09-20 Thread via GitHub
parthchandra commented on issue #2360: URL: https://github.com/apache/datafusion-comet/issues/2360#issuecomment-3275970907 @wForget I was thinking more like: https://github.com/apache/datafusion-comet/pull/2372 I tried to run the test `test("test native_datafusion scan on fake fs")` and

Re: [I] Enable feature specific unit tests [datafusion-comet]

2025-09-15 Thread via GitHub
parthchandra closed issue #2360: Enable feature specific unit tests URL: https://github.com/apache/datafusion-comet/issues/2360 -- 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.

Re: [I] Enable feature specific unit tests [datafusion-comet]

2025-09-12 Thread via GitHub
parthchandra commented on issue #2360: URL: https://github.com/apache/datafusion-comet/issues/2360#issuecomment-3286886609 @andygrove @wForget this is ready for review. The test referred to above passes with `hdfs-opendal` -- This is an automated message from the Apache Git Service. To r

Re: [I] Enable feature specific unit tests [datafusion-comet]

2025-09-11 Thread via GitHub
parthchandra commented on issue #2360: URL: https://github.com/apache/datafusion-comet/issues/2360#issuecomment-3283056343 Ok. Let me look into why the test is failing in my environment with this PR -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [I] Enable feature specific unit tests [datafusion-comet]

2025-09-10 Thread via GitHub
wForget commented on issue #2360: URL: https://github.com/apache/datafusion-comet/issues/2360#issuecomment-3277043377 > [@wForget](https://github.com/wForget) I was thinking more like: [#2372](https://github.com/apache/datafusion-comet/pull/2372) Thanks, that looks good. > I t

Re: [I] Enable feature specific unit tests [datafusion-comet]

2025-09-09 Thread via GitHub
wForget commented on issue #2360: URL: https://github.com/apache/datafusion-comet/issues/2360#issuecomment-3272964611 Maybe we can use `scalatest-maven-plugin`'s `tagsToExclude/tagsToInclude` to control whether to run a test suite -- This is an automated message from the Apache Git Servi

[I] Enable feature specific unit tests [datafusion-comet]

2025-09-09 Thread via GitHub
parthchandra opened a new issue, #2360: URL: https://github.com/apache/datafusion-comet/issues/2360 ### What is the problem the feature request solves? We have certain features which are hidden behind feature flags (e.g. `hdfs`). Any unit tests written in the JVM side to test these fe