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
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