Commit graph

5199 commits

Author SHA1 Message Date
Yuce Tekol
083fa3a2b8 Merge pull request #783 from yuce/bitmap-attrs
Adds suprressing attributes and bits for Bitmap queries. Resolves #632
2017-08-26 00:10:08 +03:00
Yuce Tekol
3367c69959
merged with master 2017-08-25 23:59:40 +03:00
Travis Turner
dcff924be4 Merge pull request #793 from travisturner/fix-default-container-type
ensure new containers have a type
2017-08-25 14:17:37 -05:00
Travis
cef489c726
ensure new containers have a type 2017-08-25 13:34:57 -05:00
Michael Baird
60a4ad0c52 Use the full view name in the Delete API. Will need to append the prefix: standard_, inverse_, or field_ 2017-08-25 08:11:00 -05:00
Todd Gruben
cc6dd708f5 increased test coverage for BitmapSegments;fixed bug in Xor 2017-08-24 15:32:08 -05:00
Ben Johnson
ad847f2c8a
Add field Range() support to Executor. 2017-08-24 13:34:57 -06:00
tgruben
644262810f Merge pull request #786 from tgruben/xor-bug
Xor bug
2017-08-24 14:13:25 -05:00
Todd Gruben
72041eb4f2 comment cleanup 2017-08-24 13:49:43 -05:00
Todd Gruben
0f91149852 converted xorArrayRun test to table; xor cardinality bug fix 2017-08-24 13:47:58 -05:00
Todd Gruben
3235d83c9b Xor support for PQL 2017-08-23 13:12:28 -05:00
Todd Gruben
ee3324ba8e overflow in arrayRun with supporting tests 2017-08-23 11:20:33 -05:00
Todd Gruben
95d89e7648 replaced magic number with constant; updated comments 2017-08-23 09:03:26 -05:00
Yuce Tekol
e89ffcccbd
Renamed inhibit* to exclude* 2017-08-23 04:57:22 +03:00
Todd Gruben
343ff04399 fixes #780;adjusted test to avoid array conversion 2017-08-22 16:09:03 -05:00
Michael Baird
f5832cda02 Clarify that Holder Reopen requires Close to be run beforehand. 2017-08-22 15:13:21 -05:00
Michael Baird
2dfa689d71 Fragment.Close now returns an error.
This required changing the Holder test utility Reopen, since in those cases we needed to close the file before making permission changes that Close() was failing silently on.
2017-08-22 14:52:07 -05:00
Michael Baird
ff3190e0d3 Broadcast and handle the DeleteViewMessage 2017-08-22 11:39:00 -05:00
Matthew Jaffee
659df6d428 Merge pull request #784 from jaffee/782-gossip-race
re-arrange GossipNodeSet.Open to hopefully avoid race
2017-08-22 11:09:56 -05:00
Michael Baird
9afe9a55a2 Merge branch '613-delete-view' of github.com:raskle/pilosa into 613-delete-view 2017-08-22 10:08:36 -05:00
Michael Baird
53930a530f delete only time based views, and handle inverse views 2017-08-22 10:07:02 -05:00
Michael Baird
b03e45e3e3 handler for delete View 2017-08-22 10:07:02 -05:00
Michael Baird
941d8a7575 DeleteView from Frame 2017-08-22 10:07:01 -05:00
Ben Johnson
5bea524894 Merge pull request #778 from benbjohnson/621-aggregate-field-queries
Sum() and Average() field queries.
2017-08-22 08:28:20 -06:00
Ben Johnson
562fba9de1
Sum() and Average() field queries. 2017-08-22 08:27:52 -06:00
Yuce Tekol
d7bc6c3bd5
Updated docs 2017-08-22 15:28:19 +03:00
Yuce Tekol
dec9893044
Adds suprressing attributes and bits for Bitmap queries 2017-08-22 15:18:10 +03:00
Matthew Jaffee
81d0f25ba1
re-arrange GossipNodeSet.Open to hopefully avoid race 2017-08-21 17:08:57 -05:00
Travis Turner
2fea07f6bb Merge pull request #779 from travisturner/look-for-array-oom
Fix infinite loop in bitmap-to-array conversion.
2017-08-21 14:45:14 -05:00
Matthew Jaffee
dbbdabef05
add failing test for XorRunRun 2017-08-21 14:38:35 -05:00
Travis
cf372cdd1d
Fix infinite loop in bitmap-to-array conversion.
When a run ended the container (i.e. contained column 65535), then the for loop
would increment the 16-bit value to 0, at which point it was still <= 65535.
2017-08-21 14:20:37 -05:00
Michael Baird
80ab4cd193 delete only time based views, and handle inverse views 2017-08-18 17:08:13 -05:00
Michael Baird
753d89d45e handler for delete View 2017-08-18 14:55:29 -05:00
Michael Baird
748b034aa8 DeleteView from Frame 2017-08-18 09:36:45 -05:00
Matthew Jaffee
fec7413f96 Merge pull request #773 from jaffee/countrange-bug
Countrange bug
2017-08-16 13:06:35 -05:00
Cody Soyland
e304d00c41 Merge pull request #775 from codysoyland/doc-metadata
Doc metadata
2017-08-16 12:11:33 -05:00
Cody Soyland
463c3029f2 Add sorting and navigation metadata for architecture document 2017-08-16 11:43:45 -05:00
Cody Soyland
370ab656f9 Add metadata to doc pages (sort weight and nav headings) 2017-08-16 11:43:45 -05:00
Matthew Jaffee
23f0d09157
improve description of search32 and search64 2017-08-15 17:47:12 -05:00
Matthew Jaffee
f6b75e0361
fix Bitmap.CountRange bugs, comment, test 2017-08-15 17:07:15 -05:00
Todd Gruben
af4350ca46 spelling correction 2017-08-15 12:36:09 -05:00
Todd Gruben
89b72cbfc8 provided some clarification of CountRange issue 2017-08-15 12:33:19 -05:00
Todd Gruben
7bcbfaef09 fix for #770 2017-08-15 11:36:49 -05:00
Matthew Jaffee
5a0eea2948 Merge pull request #766 from jaffee/fix-ts-log
fix log which treats time.Duration as secs instead of ns
2017-08-14 13:57:40 -05:00
Matthew Jaffee
0831d50e1c
fix log which treats time.Duration as secs instead of ns 2017-08-14 13:33:09 -05:00
Ben Johnson
8044cfb545 Merge pull request #755 from benbjohnson/620-pql-range-field
Support PQL Range() queries for fields.
2017-08-12 11:44:17 -06:00
Ben Johnson
c36fdbfacb
Support PQL Range() queries for fields. 2017-08-12 11:39:25 -06:00
alanbernstein
4f4843a624 Merge pull request #763 from alanbernstein/roaring-minor-fixes
Roaring minor fixes
2017-08-11 14:55:43 -05:00
Alan Bernstein
c2ea0dd715 Trivial docs update 2017-08-11 14:41:05 -05:00
Alan Bernstein
f807adb0ac Update docs for current storage format 2017-08-11 14:05:14 -05:00