A few fixes from the code review.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/7442e79d Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/7442e79d Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/7442e79d Branch: refs/heads/prestonc/basex Commit: 7442e79d7d29d64af8138556a369e87702de2c50 Parents: da0e324 Author: Preston Carman <[email protected]> Authored: Fri Oct 23 15:44:42 2015 -0700 Committer: Preston Carman <[email protected]> Committed: Fri Oct 23 15:44:42 2015 -0700 ---------------------------------------------------------------------- .../other_systems/basex_index/stations_database_remove.bxs | 2 +- vxquery-cli/src/main/java/org/apache/vxquery/cli/VXQuery.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/7442e79d/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_index/stations_database_remove.bxs ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_index/stations_database_remove.bxs b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_index/stations_database_remove.bxs index 1ebf918..33b9722 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_index/stations_database_remove.bxs +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/other_systems/basex_index/stations_database_remove.bxs @@ -1 +1 @@ -DROP DB db_stations \ No newline at end of file +DROP DB db_stations http://git-wip-us.apache.org/repos/asf/vxquery/blob/7442e79d/vxquery-cli/src/main/java/org/apache/vxquery/cli/VXQuery.java ---------------------------------------------------------------------- diff --git a/vxquery-cli/src/main/java/org/apache/vxquery/cli/VXQuery.java b/vxquery-cli/src/main/java/org/apache/vxquery/cli/VXQuery.java index b25eff9..53b352f 100644 --- a/vxquery-cli/src/main/java/org/apache/vxquery/cli/VXQuery.java +++ b/vxquery-cli/src/main/java/org/apache/vxquery/cli/VXQuery.java @@ -267,7 +267,6 @@ public class VXQuery { JobId jobId = hcc.startJob(spec, EnumSet.of(JobFlag.PROFILE_RUNTIME)); - // ByteBuffer buffer = ByteBuffer.allocate(spec.getFrameSize()); FrameManager resultDisplayFrameMgr = new FrameManager(spec.getFrameSize()); IFrame frame = new VSizeFrame(resultDisplayFrameMgr); IHyracksDatasetReader reader = hds.createReader(jobId, resultSetId);
