Yuce Tekol
1ff497f7d0
Merge branch 'master' into add-diagnostics-arch-field
2018-10-02 01:09:31 +03:00
tgruben
223bbd4d85
Merge branch 'master' into fix-logger
2018-10-01 13:34:27 -05:00
Cody Soyland
4cbde825c3
Merge pull request #1673 from codysoyland/dockerhub-master-cd
...
Add CircleCI step to generate Docker image and push to Docker hub
2018-10-01 12:58:24 -05:00
Travis Turner
dbe4197871
ensure view closes fragment on broadcast error
2018-10-01 11:22:35 -05:00
Todd Gruben
85ebaf298d
removed logging from translate store replaced with error
2018-10-01 11:04:47 -05:00
Cody Soyland
040cce162b
Add CircleCI step to generate Docker image and push to Docker hub
2018-10-01 10:45:41 -05:00
Todd Gruben
a0dda250a5
converted to pilosa.logger
2018-10-01 10:11:10 -05:00
Yuce Tekol
fc6fc82f67
use FieldTypeSet
2018-10-01 17:55:56 +03:00
Yuce Tekol
f7f6ff743a
index trackExistence is true by default
2018-10-01 17:45:21 +03:00
Yuce Tekol
2830fb46e6
Adds diagnostics CPUArch field
2018-10-01 15:31:13 +03:00
Yuce Tekol
066c3a4853
Fixes #1660
2018-10-01 14:15:51 +03:00
Matt Jaffee
f94cd8ae7d
add translation code for GroupBy "previous" arg
2018-09-28 14:30:18 -05:00
Matt Jaffee
61089981a2
remove check for column in shard in executeRowsShard
...
the check happens in executeRows and frag.rowsForColumn will panic if given a
column id not in its shard.
2018-09-28 10:20:48 -05:00
Matt Jaffee
ed1b09a1cd
fix columnID<>shard checks in executor and fragment
...
fragment panics if rowsForColumn is called with a column id not in the
fragment's shard. The justification for this is that we're wasting resources if
we're sending requests for a specific column to any shard other than the one
which contains that column.
2018-09-28 10:17:53 -05:00
Matt Jaffee
93e9f242fe
test Rows call with row keys, fix column id problem
2018-09-27 17:07:15 -05:00
Matt Jaffee
7d24276a98
rename "columns" to "rows" in Rows test so it makes sense
2018-09-27 16:18:37 -05:00
Matt Jaffee
78ff75690d
convert Rows to use previous/limit
...
pass previous+1 directly to fragment.rows so that the iterator can seek directly
to the start point. handle limit inside reduce so it can skip out early and
avoid extra allocation.
2018-09-27 16:14:40 -05:00
Matt Jaffee
ac98fcb6d4
rename RowIDs PQL to Rows
2018-09-26 16:09:05 -05:00
Matt Jaffee
4face45c2a
rename RowIDs methods to Rows
2018-09-26 16:03:26 -05:00
Cody Soyland
1706e9b4e1
Merge pull request #1665 from codysoyland/translate-mapsize-errors
...
Wrap translation store errors, decrease test map size to prevent failure on 32-bit
2018-09-25 12:19:03 -05:00
Cody Soyland
81dbe38081
Change wording for consistency
2018-09-25 11:59:52 -05:00
Cody Soyland
2521922d7b
Properly wrap translation store errors, decrease test map size to prevent failure on 32-bit
2018-09-25 11:35:58 -05:00
tgruben
3f73079450
Merge pull request #1664 from tgruben/n-to-int32
...
shrank n(container bit count cache) to int32
2018-09-25 11:12:52 -05:00
Todd Gruben
6aad568f28
added TODO(2.0) comment
2018-09-25 11:07:01 -05:00
tgruben
d3862ea1eb
Merge branch 'master' into n-to-int32
2018-09-25 10:47:49 -05:00
Todd Gruben
be3bc105cd
fixed upconvert;reverted to released interface
2018-09-25 10:40:04 -05:00
Travis Turner
5054cecc5f
Merge pull request #1645 from travisturner/delete-row
...
implement ClearRow() query
2018-09-25 09:41:45 -05:00
Travis Turner
1a01e3d4dc
Merge branch 'master' into delete-row
2018-09-25 09:21:59 -05:00
Travis Turner
82cadf9476
Merge pull request #1663 from travisturner/save-available-shards
...
store remoteAvailableShards to file
2018-09-25 09:19:01 -05:00
Todd Gruben
64e86614f8
shrank n(container bit count cache) to int32
2018-09-25 09:14:19 -05:00
Travis Turner
ee503b6ec0
remove unnecessary buffer on available shard write to file
2018-09-24 16:49:39 -05:00
Travis Turner
4a411067a5
remove Set() (and Clear()) from vector interface, and add error to return
2018-09-24 16:16:22 -05:00
Travis Turner
506e6dcf51
change ClearRow validation to whitelist of field types
2018-09-24 16:03:50 -05:00
Travis Turner
1b6d738bab
Support ranked cache value=0.
...
Since there is no way to remove a value from the cache (because
the interface doesn't support it), this PR modifies the ranked
cache implemetation to allow setting the cache value to 0 for a
row. Doing so effectively removes that row from the cache. Values
below the threshold (other than 0) are still ignored by the
ranked cache's Add() method.
2018-09-24 15:52:44 -05:00
Travis Turner
b6e99734f0
implement ClearRow() query
2018-09-24 15:52:43 -05:00
Travis Turner
cdfcd6db5e
store remoteAvailableShards to file
2018-09-24 15:37:43 -05:00
Travis Turner
365fbdf244
Merge pull request #1662 from travisturner/slice-decode-bug
...
fixes pass-by-value issue in proto decode
2018-09-24 15:17:18 -05:00
Travis Turner
c9858f22e9
Merge branch 'master' into slice-decode-bug
2018-09-24 15:08:09 -05:00
tgruben
73fc1e660b
Merge pull request #1619 from tgruben/bounds-check
...
removing bounds check
2018-09-24 13:22:37 -05:00
Travis Turner
1039390686
fixes pass-by-value issue in proto decode
2018-09-24 13:11:54 -05:00
tgruben
e62be47667
Merge branch 'master' into bounds-check
2018-09-24 12:59:10 -05:00
Travis Turner
fcb3749bd8
Merge pull request #1658 from travisturner/bool-field-vector
...
add support for Bool fields
2018-09-21 11:03:58 -05:00
Travis Turner
4c1709b8bd
fix spelling mistake
2018-09-21 09:25:41 -05:00
Travis Turner
4f17dbdbf1
add support for Bool fields
...
prevent import of non-boolean row values to bool fields
2018-09-21 09:25:41 -05:00
Cody Soyland
6f304b1a98
Merge pull request #1653 from codysoyland/configurable-translate-map-size
...
Make translate map size configurable
2018-09-20 16:33:18 -05:00
Cody Soyland
e4a1281997
Merge branch 'master' into configurable-translate-map-size
2018-09-20 16:05:43 -05:00
Cody Soyland
52ba336461
Address code review feedback
2018-09-20 16:05:28 -05:00
Cody Soyland
9e14f126f0
Merge pull request #1655 from codysoyland/skip-prerelease-if-pr
...
Do not run prerelease in CI if this is a pull request
2018-09-20 14:20:54 -05:00
Cody Soyland
0832932cb3
Merge branch 'master' into skip-prerelease-if-pr
2018-09-20 14:15:40 -05:00
Matt Jaffee
3ca7944fe3
remove unecessary lines
...
confirmed that bounds checks are still avoided by
go test -gcflags="-d=ssa/check_bce/debug=1"
./roaring.go:3387:8: Found IsSliceInBounds
./roaring.go:3388:8: Found IsSliceInBounds
./roaring.go:3436:21: Found IsSliceInBounds
2018-09-20 12:37:28 -05:00