We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c651e79 commit c6478baCopy full SHA for c6478ba
spark/core/src/test/scala/org/elasticsearch/spark/serialization/ScalaValueReaderTest.scala
@@ -1,5 +1,6 @@
1
package org.elasticsearch.spark.serialization
2
3
+import org.elasticsearch.hadoop.serialization.FieldType.DATE_NANOS
4
import org.elasticsearch.hadoop.serialization.Parser
5
import org.junit.Assert._
6
import org.junit.Test
spark/core/src/test/scala/org/elasticsearch/spark/serialization/ScalaValueWriterTest.scala
@@ -18,6 +18,7 @@
18
*/
19
20
21
+import org.elasticsearch.hadoop.cfg.ConfigurationOptions
22
import org.elasticsearch.hadoop.cfg.Settings
23
import org.elasticsearch.hadoop.serialization.EsHadoopSerializationException
24
import org.elasticsearch.hadoop.serialization.json.JacksonJsonGenerator
0 commit comments