olabusayoT commented on code in PR #1434:
URL: https://github.com/apache/daffodil/pull/1434#discussion_r1956788099


##########
daffodil-cli/src/main/scala/org/apache/daffodil/cli/Main.scala:
##########
@@ -1428,7 +1428,7 @@ class Main(
               forPerformance = true
             )
 
-            val dataSeq: Seq[Either[AnyRef, Array[Byte]]] = files.map { 
filePath =>
+            val dataSeq: collection.Seq[Either[AnyRef, Array[Byte]]] = 
files.map { filePath =>

Review Comment:
   in 2.12, collection.Seq is in the global scope, but in 2.13, it's 
immutable.Seq resulting in a type mismatch error



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