Hedi Bejaoui

Results 6 comments of Hedi Bejaoui

@allisonport-db The PR is ready for review. Please let me know if any changes are needed. Thanks!

Hello, any estimation on when we can get this PR ready? Thank you!

@nicodv Thanks for the information. Actually, we are using Spark 3.0.x because of some internal dependencies, any chance we get a public release of TransmogrifAI for that version?

@froocpu I was able to solve this error by excluding some of Deequ's transitive libraries that are cross-compiled with Scala 2.11: ``` libraryDependencies += ("com.amazon.deequ" % "deequ" % "1.1.0_spark-3.0-scala-2.12") .exclude("org.scalanlp",...

@leopasta Try adding the breeze library explicitly as a test dependency.

@vikaspatil29 In my company, we built something similar to what you're asking for using [pureconfig](https://github.com/pureconfig/pureconfig) to parse the following HOCON config file: ``` verifications = [ { input = "file.dlm"...