Open jasonmk opened 13 years ago
I ran into the same issue and made the same changes above. I was able to compile. Haven't been able to run tests yet either.
Here are the changes necessary to get it to compile with 1.1 https://github.com/tjake/Solandra/pull/169
I get the following output when I try to build Solandra against Cassandra 1.0.1:
It appears like getNonSystemTables() was moved over to Schema. I can get it to build by swapping out
DatabaseDescriptor
withSchema.instance
. The tests still pass. I haven't tested yet to see if things actually work. Working on that now.