We do support hive style views, though all tables have to be visible to
Hive.  You can also turn on the experimental native view support (but it
does not canonicalize the query).

set spark.sql.nativeView = true


On Mon, Nov 9, 2015 at 10:24 PM, Zhan Zhang <[email protected]> wrote:

> I think you can rewrite those TPC-H queries not using view, for example
> registerTempTable
>
> Thanks.
>
> Zhan Zhang
>
> On Nov 9, 2015, at 9:34 PM, Sudhir Menon <[email protected]> wrote:
>
> > Team:
> >
> > Do we plan to add support for views/ virtual tables in SparkSQL anytime
> soon?
> > Trying to run the TPC-H workload and failing on queries that assumes
> support for views in the underlying database
> >
> > Thanks in advance
> >
> > Suds
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to