GitHub user ShubhamChaurasia opened a pull request:
https://github.com/apache/hive/pull/515
HIVE-21126: Allow session level queries in LlapBaseInputFormat#getSplits
Provides a way to pass queries to execute before get_splits() is executed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ShubhamChaurasia/hive HIVE-21126
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/515.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #515
----
commit 4cf1bf4d95d6eec534c5ae4f56073faad3d12bd2
Author: ShubhamChaurasia <shubh.chaurasia@...>
Date: 2019-01-16T05:45:16Z
HIVE-21126: Allow session level queries in LlapBaseInputFormat#getSplits()
before actual get_splits() call
----
---