teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 6 forks source link

sourcetype IN (sourcetype1, sourcetype2) does not work #282

Closed Abigael-JT closed 2 days ago

Abigael-JT commented 2 months ago

Describe the bug

This query does not work:

index=abc sourcetype IN (sourcetype1, sourcetype 2)

Expected behavior

The query should work with sourcetype either separated by comma or space

Error message from QA:

Job aborted due to stage failure: 
Aborting TaskSet 36.0 because task 0 (partition 0)
cannot run anywhere due to node and executor blacklist.
....

How to reproduce

Run the query in QA Screenshots

Software version

pth_10 version: 5.5.0 pth_03 version: 8.0.0

Desktop (please complete the following information if relevant):

Additional context

Abigael-JT commented 1 week ago

logicalOperationTest disabled due to this issue will be looked at in

Abigael-JT commented 2 days ago

PR: