Repository: incubator-vxquery Updated Branches: refs/heads/prestonc/hash_join 94cf5deb7 -> 527245881
Removed test queries now that we have a test suite. Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/c8f9462f Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/c8f9462f Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/c8f9462f Branch: refs/heads/prestonc/hash_join Commit: c8f9462f522671001c65b2992e2f91af73e235f4 Parents: 94cf5de Author: Preston Carman <[email protected]> Authored: Thu Apr 3 10:09:37 2014 -0700 Committer: Preston Carman <[email protected]> Committed: Thu Apr 3 10:09:37 2014 -0700 ---------------------------------------------------------------------- .../src/main/resources/noaa-ghcn-daily/queries/q_test_00.xq | 5 ----- .../src/main/resources/noaa-ghcn-daily/queries/q_test_01.xq | 6 ------ .../src/main/resources/noaa-ghcn-daily/queries/q_test_02.xq | 6 ------ 3 files changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/c8f9462f/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_00.xq ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_00.xq b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_00.xq deleted file mode 100644 index e55dced..0000000 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_00.xq +++ /dev/null @@ -1,5 +0,0 @@ -(: XQuery Test Query :) -for $r in (1 to 5) -for $s in (3 to 7) -where $r eq $s -return $r \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/c8f9462f/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_01.xq ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_01.xq b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_01.xq deleted file mode 100644 index e96f0a4..0000000 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_01.xq +++ /dev/null @@ -1,6 +0,0 @@ -(: XQuery Test Query :) -(: Find a specific record GHCND:BB000078954 on 1944-02-29 for TMIN. :) -let $collection := "/tmp/1.0_partition_ghcnd_all_xml/sensors" -for $r in collection($collection)/dataCollection/data -where data($r/station) eq "GHCND:ASN00008113" and data($r/date) eq "1944-02-29T00:00:00.000" and data($r/dataType) eq "PRCP" -return $r \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/c8f9462f/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_02.xq ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_02.xq b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_02.xq deleted file mode 100644 index a5621b9..0000000 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries/q_test_02.xq +++ /dev/null @@ -1,6 +0,0 @@ -(: XQuery Test Query :) -(: Count all the XML documents. :) -count( - let $collection := "/tmp/1.0_partition_ghcnd_all_xml/sensors" - return collection($collection) -)
