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 that uses the result of calling get_splits(). If someone could
share a practical example using get_splits(), I would appreciate it very
much.
Thanks,
--- Sungwoo
