Removed extra space.
Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/f8049b76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/f8049b76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/f8049b76 Branch: refs/heads/prestonc/hash_join Commit: f8049b76ac03f90be1a18f3e828b6d75c05801ea Parents: d61f5bd Author: Preston Carman <[email protected]> Authored: Wed Mar 12 16:21:57 2014 -0700 Committer: Preston Carman <[email protected]> Committed: Tue Apr 1 20:56:24 2014 -0700 ---------------------------------------------------------------------- .../main/resources/noaa-ghcn-daily/scripts/weather_config_ghcnd.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/f8049b76/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_config_ghcnd.py ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_config_ghcnd.py b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_config_ghcnd.py index 801e748..6d3bd9c 100644 --- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_config_ghcnd.py +++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/weather_config_ghcnd.py @@ -93,4 +93,3 @@ INVENTORY_FIELDS.append(['LONGITUDE', 22, 30, 'Real']) INVENTORY_FIELDS.append(['ELEMENT', 32, 35, 'Character']) INVENTORY_FIELDS.append(['FIRSTYEAR', 37, 40, 'Integer']) INVENTORY_FIELDS.append(['LASTYEAR', 42, 45, 'Integer']) -
