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


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

Review Comment:
   There are only four files left that require Scala: 
`StreamToTableJoinScalaIntegrationTestImplicitSerdes`, 
`StreamToTableJoinScalaIntegrationTestBase`, `StreamToTableJoinTestData`, and 
`WordCountTest`. They seem to be quite old, and we already have similar tests 
like `WordCountDemoTest`. Since we are phasing out Scala, I would prefer to 
just remove them.
   
   @mjsax WDYT?



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