metabase-datomic icon indicating copy to clipboard operation
metabase-datomic copied to clipboard

No method in multimethod 'field-lvar' for dispatch value: :distinct

Open erikkaplun opened this issue 5 years ago • 2 comments

Having the mbrainz-1968-1973 loaded and connected to and when x-raying any table, no charts could be displayed. The log output shows:

"No method in multimethod 'field-lvar' for dispatch value: :distinct"

erikkaplun avatar Dec 27 '19 18:12 erikkaplun

Also:

No method in multimethod 'field-lvar' for dispatch value: :sum

— I guess the simplest answer is that the implementation of the field-lvar multimethod is incomplete at the moment?

erikkaplun avatar Dec 27 '19 18:12 erikkaplun

OK, I would give it a shot and try to implement the missing multimethod instances in query_processor.clj, but I would first like to know if it is even feasible to implement this right now, or if the rest of the code base is somehow not ready for this yet? In other words, is the reason that these bits are unimplemented just lack of time, or are there some more fundamental limitations?

erikkaplun avatar Dec 27 '19 20:12 erikkaplun