rejeb commented on code in PR #139: URL: https://github.com/apache/phoenix-connectors/pull/139#discussion_r1736635064
########## phoenix5-spark/src/main/scala/org/apache/phoenix/spark/PhoenixRDD.scala: ########## @@ -14,14 +14,14 @@ package org.apache.phoenix.spark import java.sql.DriverManager - import org.apache.hadoop.conf.Configuration import org.apache.hadoop.hbase.HConstants import org.apache.hadoop.io.NullWritable import org.apache.phoenix.jdbc.PhoenixDriver import org.apache.phoenix.mapreduce.PhoenixInputFormat import org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtil import org.apache.phoenix.query.HBaseFactoryProvider +import org.apache.phoenix.spark.datasource.v2.SparkSchemaUtil Review Comment: Done ########## phoenix5-spark/src/main/scala/org/apache/phoenix/spark/PhoenixRelation.scala: ########## @@ -18,8 +18,9 @@ package org.apache.phoenix.spark import org.apache.hadoop.conf.Configuration +import org.apache.phoenix.spark.datasource.v2.FilterExpressionCompiler Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
