Pietro Pinoli

Results 7 comments of Pietro Pinoli

I do agree that the error report in case of syntax error sometimes is not to helpful; but it is really a hard task to design a parser that understands...

In the case we have a sample with: `original.provider = "Campaner"` should the query `provider == "Campaner"` select the sample or not? According to @sunbrn it should not, right? @marcomass...

I can do that, but keep in mind that this is a major change (Compiler, Dag, Executor, API, Python, R have to be touched). This will require a deep re-testing...

The problem of attribute name splitting has been solved by my last commit. I still have to work on the EXACT/FULL options.

I started thinking on EXACT/FULL. I think that in the select we can only have the FULL option. The exact makes no sense, isn't it?

I am missing the difference between the two. Should the result of FULL(antibody) be different form the result of: EXACT(antibody) ?

You did not understand my point. Definition and example describe metajoin or groupby, where we compare two attribute names in order to tell if they are in the same group....