Juan Manuel Serrano

Results 5 issues of Juan Manuel Serrano

### Feature suggestion Given `dc: DoricColumn[Person]` We would like to access fields of struct columns with the dynamic interface as follows: `dc.name: DoricColumn[String]` so that doric infers the type of...

enhancement
syntax
type system

This issue tracks coverage of Spark types by doric. For each Spark type, doric must allow us: * To create a doric column of the corresponding Scala type * To...

type system

## Expected Behavior Given a custom `User` type: ```scala case class User(name: String, age: Int) object User { implicit val userst: SparkType.Custom[User, String] = SparkType[String].customType[User](x => { val name ::...

enhancement
type system
custom types

For instance, given the following custom product type: ```scala case class User(name: String, age: Int) object User { implicit val userst: SparkType.Custom[User, String] = SparkType[String].customType[User](x => { val name ::...

enhancement
type system
custom types

/cc @javierfs89 Change publishing from ad-hoc repository to maven central.