You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] test/gen/tpch1.scala:62: error: could not find implicit value for parameter ring: ddbt.lib.Ring[(Double, Double, Double, Double, Double, Double, Double, Long)]
[error] val agg1 = M3Map.temp[(String,String),(Double,Double,Double,Double,Double,Double,Double,Long)]()
[error] ^
[error] test/gen/tpch1.scala:134: error: could not find implicit value for parameter ring: ddbt.lib.Ring[(Double, Double, Double, Double, Double, Double, Double, Long)]
[error] val agg2 = M3Map.temp[(String,String),(Double,Double,Double,Double,Double,Double,Double,Long)]()
This happens because the code generator does not use the custom tuples yet for temporary maps.
The text was updated successfully, but these errors were encountered:
The Scala code generator generates invalid code:
This happens because the code generator does not use the custom tuples yet for temporary maps.
The text was updated successfully, but these errors were encountered: