Skip to content

Commit b9198f5

Browse files
authored
Fixing imports for tests (#1836)
This fixes some missing import statements in tests for the date_nanos fix (#1803) Closes #1835
1 parent 13cfa8c commit b9198f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spark/core/src/test/scala/org/elasticsearch/spark/serialization/ScalaValueReaderTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package org.elasticsearch.spark.serialization
22

3+
import org.elasticsearch.hadoop.serialization.FieldType.DATE_NANOS
34
import org.elasticsearch.hadoop.serialization.Parser
45
import org.junit.Assert._
56
import org.junit.Test

spark/core/src/test/scala/org/elasticsearch/spark/serialization/ScalaValueWriterTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919
package org.elasticsearch.spark.serialization
2020

21+
import org.elasticsearch.hadoop.cfg.ConfigurationOptions
2122
import org.elasticsearch.hadoop.cfg.Settings
2223
import org.elasticsearch.hadoop.serialization.EsHadoopSerializationException
2324
import org.elasticsearch.hadoop.serialization.json.JacksonJsonGenerator

0 commit comments

Comments
 (0)