> On Dec 11, 2017, at 11:49 AM, Steven Jacobs <[email protected]> wrote: > > Hi all, > I am looking at a change where corresponding AQL and SQLPP compilations are > working differently. The SQLPP version works as desired. I wanted to create > a runtime test, but right now all runtime tests have to be duplicated for > both AQL and SQLPP, and I can't create an AQL version that works the same > way. This led me to two questions: > > 1) Do we have a way to write a runtime test that is exclusively SQLPP? Yes. You only create the test directory inside asterixdb/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp and testsuite_sqlpp.xml
> 2) Is it okay at this point to improve something only for SQLPP and leave > it unchanged for AQL? My guess and my personal answer is Yes. > > Steven
