catap / jaql

Jaql is a query language designed for Javascript Object Notation (JSON), a data format that has become popular because of its simplicity and modeling flexibility. Jaql is primarily used to analyze large-scale semi-structured data. Core features include user extensibility and parallelism. In addition to modeling semi-structured data, JSON simplifies extensibility. Hadoop's Map-Reduce is used for parallelism.
2 stars 0 forks source link

TestStorageTemp is not correct in rewrite mode #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. TestStorageTemp cannot be executed successfully in rewrite mode

What is the expected output? What do you see instead?
success

Please use labels and text to provide additional information.

Original issue reported on code.google.com by liu.chuanjie@gmail.com on 21 Oct 2009 at 8:27

GoogleCodeExporter commented 8 years ago

Original comment by liu.chuanjie@gmail.com on 21 Oct 2009 at 9:23

GoogleCodeExporter commented 8 years ago
Vuk,

This is still regarding the testing mode I nearly added. I found TestStorageTemp
cannot be executed successfully in rewrite mode. With the check I made 
yesterday, we
now execute all cases in modes one by one, so each time, the overall test will 
fail.
Would you or somebody familiar with the core have a look at the queries in it? I
checked the queries in it, it does not use Rng at all. So out of my knowledge 
to fix
it by myself.

Original comment by liu.chuanjie@gmail.com on 21 Oct 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Fixed in Revision 412.

Original comment by yaojingguo@gmail.com on 29 Oct 2009 at 4:35