Re: UDF get_splits()

2020-04-05 Thread Sungwoo Park
e: > >> Hello, >> >> I would like to learn the use of UDF get_splits(). I tried such queries >> as: >> >> select get_splits("select * from web_returns", 1) ; >> select get_splits("select count(*) from web_returns", 1); >> >

Re: UDF get_splits()

2020-04-05 Thread Eric Wohlstadter
if this UDF is technically supported as a public API by the Hive community, so you may want to check about that. Eric On Sun, Apr 5, 2020 at 11:52 AM Sungwoo Park wrote: > Hello, > > I would like to learn the use of UDF get_splits(). I tried such queries as: > > select get_splits

UDF get_splits()

2020-04-05 Thread Sungwoo Park
Hello, I would like to learn the use of UDF get_splits(). I tried such queries as: select get_splits("select * from web_returns", 1) ; select get_splits("select count(*) from web_returns", 1); These queries just return InputSplit objects, and I would like to see an example