!1422 [I44QYL] Fix for Hive Split Source is already closed Issue
Merge pull request !1422 from i-robot/pull328
This commit is contained in:
commit
d1d87d04f9
|
|
@ -374,6 +374,8 @@ public class MarkerSplitSource
|
|||
public void close()
|
||||
{
|
||||
announcer.deactivateSplitSource(this);
|
||||
// In case of closing split source before source is exhausted. (e.g. query with limit function).
|
||||
sourceExhausted = true;
|
||||
source.close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue