Фрагмент кода,
var line = Seq.empty[(String,Integer)]
var fileCount : Int = -1 // good definition
if (etc)
fileCount = tContSmry.getFileCount().toInt // good cast
line :+= ("etc", fileCount) // where the error??
имеет эту ошибку:
error: type mismatch;
found : Seq[(String, Any)]
required: Seq[(String, Integer)]
PS: с использованием Spark версии 2.2.0.2.6.4.0-91, Scala версии 2.110,8