teragrep / pth_10

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

add support for specifying bloomfilter table name within dpl #410

Open kortemik opened 1 week ago

kortemik commented 1 week ago

Description add support for specifying bloomfilter table name within dpl.

currently uses dpl.pth_06.bloom.table.name, this should be within the command itself:

... | teragrep exec bloom create table myTable [regex \w{4}]...
51-code commented 1 week ago

dpl.pth_06.bloom.pattern will be moved to the command itself as well, as shown in the query example.