UBOdin / mimir

Data-ish exploration through SQL+Uncertainty
http://mimirdb.info
Apache License 2.0
26 stars 13 forks source link

Scala 2.12 #372

Closed mrb24 closed 4 years ago

mrb24 commented 4 years ago

This branch moves mimir to scala 2.12 and adds an option to run spark in cluster mode locally. Local cluster mode is mainly for development/testing purposes - so we can run the test cases against spark in cluster mode without needing to setup a cluster. There are also several bug fixes in this branch - two notable fixes:

  1. type inference now does not die on empty datasets.
  2. detect headers no longer misbehaves on multi partition datasets