Re: Apache spark plugin - Optional SELECT columns in push down predicates

2021-08-02 Thread Istvan Toth
These kinds of questions are better asked on the u...@phoenix.apache.org list. You can check the tests in https://github.com/apache/phoenix-connectors/blob/master/phoenix-spark-base/src/it/scala/org/apache/phoenix/spark/PhoenixSparkIT.scala to get an idea of how to use push down support. (It is

Apache spark plugin - Optional SELECT columns in push down predicates

2021-07-26 Thread Karthigeyan r
Hello Team, We are working on Apache Phoenix table with Spark Integration. There is a table which has millions of records and we wanted to apply pushdown predicates for efficient filtering Before we pull all records from underlying apache phoenix table. When I looked into the document , I