teragrep / pth_10

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

multisearch does not stream #163

Open kortemik opened 9 months ago

kortemik commented 9 months ago
| multisearch [search index=some sourcetype=some:one:0]  [search index=other sourcetype=other:one:0]

fails with

writeStream' can be called only on streaming Dataset/DataFrame;
51-code commented 6 months ago

Multiseach isn't yet implemented and due to a recent change the error message when running the given query is now the following:

java.lang.IllegalArgumentException: The provided command 'multisearch[searchindex=somesourcetype=some:one:0][searchindex=othersourcetype=other:one:0]' is not yet implemented.