RE: filters Pushdown

2017-02-02 Thread vincent gromakowski
documentation? > > > > > > *From:* vincent gromakowski [mailto:vincent.gromakow...@gmail.com] > *Sent:* Thursday, February 2, 2017 12:12 PM > *To:* Peter Shmukler <pe...@varonis.com> > *Cc:* user@spark.apache.org > *Subject:* Re: filters Pushdown > > > > Pushdowns depend

Re: filters Pushdown

2017-02-02 Thread ayan guha
* Thursday, February 2, 2017 12:12 PM > *To:* Peter Shmukler <pe...@varonis.com> > *Cc:* user@spark.apache.org > *Subject:* Re: filters Pushdown > > > > Pushdowns depend on the source connector. > Join pushdown with Cassandra only > Filter pushdown with mainl

RE: filters Pushdown

2017-02-02 Thread Peter Shmukler
...@gmail.com] Sent: Thursday, February 2, 2017 12:12 PM To: Peter Shmukler <pe...@varonis.com> Cc: user@spark.apache.org Subject: Re: filters Pushdown Pushdowns depend on the source connector. Join pushdown with Cassandra only Filter pushdown with mainly all sources with some specific constraints

Re: filters Pushdown

2017-02-02 Thread vincent gromakowski
Pushdowns depend on the source connector. Join pushdown with Cassandra only Filter pushdown with mainly all sources with some specific constraints Le 2 févr. 2017 10:42 AM, "Peter Sg" a écrit : > Can community help me to figure out some details about Spark: > - Does