Skip to content

Commit

Permalink
Issue cerner#23: refactoring expressions, updating to Spark 2.4.0-SNA…
Browse files Browse the repository at this point in the history
…PSHOT
  • Loading branch information
ALeksander Eskilson committed May 9, 2018
1 parent d127567 commit 3b913c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 111 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.cerner.bunsen
import ca.uhn.fhir.context.BaseRuntimeElementDefinition.ChildTypeEnum
import ca.uhn.fhir.context._
import ca.uhn.fhir.model.api.IValueSetEnumBinder
import com.cerner.bunsen.backports._
import com.cerner.bunsen.datatypes.DataTypeMappings
import org.apache.spark.sql.catalyst.analysis.{GetColumnByOrdinal, UnresolvedAttribute, UnresolvedExtractValue}
import org.apache.spark.sql.catalyst.encoders.ExpressionEncoder
Expand Down
109 changes: 0 additions & 109 deletions bunsen-core/src/main/scala/com/cerner/bunsen/backports/objects.scala

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<compile.source>1.8</compile.source>

<!-- Spark -->
<spark.version>2.2.1</spark.version>
<spark.version>2.4.0-SNAPSHOT</spark.version>
<scala.version>2.11.8</scala.version>
<scala.binary.version>2.11</scala.binary.version>
<parquet.version>1.7.0</parquet.version>
Expand Down

0 comments on commit 3b913c9

Please sign in to comment.