Matthew Jaffee
8c9b717b05
fix "worhtless" typo in comment
2020-02-21 16:00:31 -06:00
Matt Jaffee
fe46c84d19
also fix Sum query, but don't convert to float until the last step
...
this avoids compounding floating point errors while summing up the
numbers, and means less logic needs to change. Should probably convert
min and max to use this approach as well, though they don't suffer
from the compounding error issue, it is simpler.
2020-02-21 14:11:30 -06:00
Matt Jaffee
7321f9427c
min and max should properly scale their output for decimal fields
...
this involved adding an optional float value to the ValCount struct
which complicated result types, necessitated grpc changes, and needed
quite a few tests at different layers.
2020-02-21 14:11:29 -06:00
Matthew Jaffee
d369e3b4bf
Merge pull request #125 from travisturner/time-panic
...
send nil time value to prevent downstream panic
2020-02-21 14:08:53 -06:00
Travis Turner
52d450cbaf
Merge branch 'enterprise' into time-panic
2020-02-21 10:31:24 -06:00
Travis
13a1b3a2c1
send nil time value to prevent downstream panic
2020-02-18 15:55:40 -06:00
Kuba Podgórski
f3f11f4a44
Let translate keys as empty strings ( #120 )
2020-02-18 12:54:24 +01:00
Kuba Podgórski
57eb741c24
Don't allow an int and decimal fields to be created with keys=true ( #118 )
2020-02-14 08:47:31 +01:00
Kuba Podgórski
59f5d4f7d6
Do not clear existence column ( #117 )
2020-02-13 07:08:45 +01:00
Travis Turner
4713ccd0c8
Merge pull request #110 from travisturner/translatestore-fixes
...
WIP: Thread OpenTranslateStore through Holder to Index
2020-02-12 11:56:49 -06:00
Ben Johnson
c8cefea897
Fix test performance
2020-02-12 10:25:26 -06:00
Travis
d9ef4c0986
use OpenInMemTranslateStore by default in tests
2020-02-12 10:25:25 -06:00
Travis
4dd530e956
open bolt translate store partitions asynchronously
2020-02-12 10:25:25 -06:00
Travis
49c8bf01a0
WIP: Thread OpenTranslateStore through Holder to Index
2020-02-12 10:25:25 -06:00
Cody Soyland
f9f6fce6b4
Merge pull request #111 from codysoyland/go-1.14-rc
...
Add Go 1.14-rc to CI
2020-02-10 07:59:48 -06:00
Cody Soyland
88c3477010
Add Go 1.14-rc to CI
2020-02-06 19:46:01 -06:00
Kuba Podgórski
e77c69d212
Update handler.go ( #108 )
2020-02-05 22:14:25 +01:00
tgruben
fc6fd150ba
Merge pull request #106 from tgruben/bug-105
...
handle missing index in join properly
2020-02-05 10:29:56 -06:00
Todd Gruben
0acac34fee
travis suggetions
2020-02-04 15:21:55 -06:00
Todd Gruben
3140b2d8cb
handle missing index in join properly
2020-02-04 11:55:49 -06:00
Kuba Podgórski
3bb45ea2c0
Fix Set operation for float numbers on decimal fields. ( #101 )
2020-02-03 19:29:15 +01:00
Kuba Podgórski
7c395ac4d1
Simplify Holder's logic for CreateIndex ( #104 )
2020-02-03 17:41:06 +01:00
Travis Turner
b693688677
Merge pull request #60 from molecula/translation-sharding
...
Translation sharding
2020-01-31 10:44:51 -06:00
Travis
9b4c7610e6
Merge branch 'enterprise' into translation-sharding
2020-01-31 10:13:44 -06:00
tgruben
eca14d8608
Merge pull request #97 from tgruben/row-difference-in-place
...
Difference in place at row level
2020-01-30 15:10:23 -06:00
Travis Turner
8626a2a710
Merge pull request #99 from travisturner/translation-sharding
...
Ensure ForeignIndex key translation happens in API.
2020-01-30 14:42:41 -06:00
tgruben
1be22f13e8
Merge pull request #2 from travisturner/row-difference-in-place
...
fix differenceInPlace test
2020-01-30 14:31:30 -06:00
Todd Gruben
f498a40d97
go mod tidy
2020-01-30 14:28:44 -06:00
Travis
0bdcb5ab0a
fix differenceInPlace test
2020-01-30 13:38:31 -06:00
Travis
61e527251a
fix some comments
2020-01-30 10:56:03 -06:00
Todd Gruben
8de32fd62a
high level support for difference in place
2020-01-30 08:11:43 -06:00
Travis
e40400b130
Ensure ForeignIndex key translation happens in API.
...
For Fields with ForeignIndex (which have keys), the API was missing
the logic to do that translation against the translateStore of
the foreign index. This commit adds that logic, as well as some
missing translateStore-related logic in the gRPC code.
2020-01-28 22:46:12 -06:00
tgruben
32b92abd6e
Merge pull request #94 from tgruben/diff-inplace
...
Adding roaring in place difference support
2020-01-23 08:23:47 -06:00
tgruben
014c3a98a5
Merge pull request #1 from travisturner/diffinplace
...
tidy comments and remove pilosa dependency
2020-01-22 12:09:50 -06:00
Travis
bb80d1ed2d
tidy comments and remove pilosa dependency
2020-01-22 11:59:32 -06:00
Todd Gruben
f40ced47fa
included previous patterns for in place testing
2020-01-21 16:56:33 -06:00
Travis Turner
43b8d7827a
Merge pull request #90 from travisturner/translation-sharding
...
Field.ForeignIndex translation on ImportValue()
2020-01-17 17:25:14 -06:00
Travis
d41ee99052
linter fix
2020-01-17 14:46:43 -06:00
Travis
b620e37e51
move the foreign index key check into applyTranslateStore()
2020-01-17 14:41:41 -06:00
Travis
f001ad199f
use translateIndexKeys instead of translateIndexKeySet in ImportValue()
2020-01-17 11:58:15 -06:00
Travis
efffa39c2c
check foreign index on field open
2020-01-17 11:42:21 -06:00
Travis
90a2e116a7
update translateResult to translate foreign index keys on SignedRow results
2020-01-17 11:10:42 -06:00
Travis
0ba5b48fca
Field.ForeignIndex translation on ImportValue()
2020-01-16 22:23:29 -06:00
Ben Johnson
10ccb6d523
translate foreign index
2020-01-16 13:53:12 -06:00
Ben Johnson
4020f8c73e
fix cross-index translation
2020-01-15 14:28:06 -06:00
Travis
54679c12c4
post merge, needs review of TODOs
2020-01-14 22:10:12 -06:00
Travis
df51f07f96
Merge branch 'enterprise' into translation-sharding
2020-01-14 20:05:12 -06:00
Travis Turner
0459285101
Merge pull request #87 from travisturner/grpc-connection-reset
...
reset grpc connection after TransientFailure
2020-01-14 16:26:02 -06:00
Travis
757df0d284
reset grpc connection after TransientFailure
2020-01-14 15:18:25 -06:00
Travis
f232ec4277
Merge remote-tracking branch 'upstream/enterprise' into enterprise
2020-01-14 15:18:09 -06:00