Re: Parameterized views

2017-10-02 Thread Jörn Franke
version of Hive support parameterized views. I'm thinking of > something like the following contrived example: > > CREATE VIEW x AS > SELECT a > FROM y > WHERE date = ${mydate} > > I've not been able to get this to work in Hive 1.2.1 or 2.1.0 and wonde

Parameterized views

2017-10-02 Thread Elliot West
Hello, Does any version of Hive support parameterized views. I'm thinking of something like the following contrived example: CREATE VIEW x AS SELECT a FROM y WHERE date = ${mydate} I've not been able to get this to work in Hive 1.2.1 or 2.1.0 and wonder if this is the intende