I am new to HiveQL and is IN and NOT IN supported in it? Especially when using Qubole?
Here is my query:
SELECT DISTINCT vId FROM table1
WHERE d.columnOne = "123"
AND NOT d.columnTwo
AND timestamp between 1523550000000 AND 1523930000000
AND NOT h.columnThree regexp "000.000.000.00|111.111.111.11|222.22.222.22"
AND vId in (select vId from table2 where colOne regexp "000|111|222")
my error is
"Unsupported language features in query: "