Created
March 4, 2017 06:29
-
-
Save paulp/93530e0ec3182dde0da6a2a9eca50094 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] /s/slamdata/quasar/couchbase/src/main/scala/quasar/physical/couchbase/planner/MapFuncPlanner.scala:248: reference to Split is ambiguous; | |
[error] it is imported twice in the same scope by | |
[error] import scalaz._ | |
[error] and import quasar.physical.couchbase.N1QL._ | |
[error] Split(SelectField(a1, str(TimestampKey)).embed, dateTimeDelim).embed, | |
[error] ^ | |
[error] /s/slamdata/quasar/couchbase/src/main/scala/quasar/physical/couchbase/planner/MapFuncPlanner.scala:374: reference to Eq is ambiguous; | |
[error] it is imported twice in the same scope by | |
[error] import quasar.physical.couchbase.N1QL._ | |
[error] and import quasar.Predef._ | |
[error] case _ => rel(Eq(a1, a2)).η[M] | |
[error] ^ | |
[error] /s/slamdata/quasar/couchbase/src/main/scala/quasar/physical/couchbase/planner/MapFuncPlanner.scala:415: reference to Eq is ambiguous; | |
[error] it is imported twice in the same scope by | |
[error] import quasar.physical.couchbase.N1QL._ | |
[error] and import quasar.Predef._ | |
[error] Eq(Lower(a1).embed, str("true")).embed, | |
[error] ^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-import quasar.physical.couchbase._, N1QL.{Eq, Split, _}, Case._, Select.{Value, _} | |
+import quasar.physical.couchbase.N1QL._ | |
+import quasar.physical.couchbase.N1QL.Case._ | |
+import quasar.physical.couchbase.N1QL.Select._ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment