-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Table SQL / API
-
Labels:
Considering the following query:
table.join(udtf('a)).where(udf('b))
the filter will be pushed into DataSetCorrelate/DataStreamCorrelate without triggering open() and close()
- links to