mjsax commented on code in PR #22521:
URL: https://github.com/apache/kafka/pull/22521#discussion_r3472172859


##########
build.gradle:
##########
@@ -3081,6 +3109,14 @@ project(':streams:integration-tests') {
         srcDirs = []
       }
     }
+    testFixtures {
+      java {
+        srcDirs = []
+      }
+      scala {

Review Comment:
   I think it would reduce test coverage, particularly 
`StreamToTableJoinScalaIntegrationTestImplicitSerdes` which tests Scala 
implicits.
   
   But I can frankly not remember when I reviewed a Scala PR the last time, so 
the risk of reducing test coverage should be very small.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to