Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
06e06b052bebdf6a1841a72da37b876b081bf54d
/
asterix-app
/
data
e3d0ecd
ASTERIXDB-1322: fix the AQL translator and add tests.
by Yingyi Bu
· 9 years ago
ac683db
Enabled Feed Tests and Added External Library tests
by Abdullah Alamoudi
· 9 years ago
760ce90
ASTERIXDB-1157: Pushdown Limit
by Taewoo Kim
· 9 years ago
d434b50
ASTERIXDB-1281 - Interval format update to AQL and ADM
by Preston Carman
· 9 years ago
5dc958c
Add Support for Upsert Operation
by Abdullah Alamoudi
· 9 years ago
947fc3c
ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening:
by Yingyi Bu
· 9 years ago
633acc4
ASTERIXDB-1044 Allow Reading large records from HDFS
by Abdullah Alamoudi
· 9 years ago
742aba8
ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray
by JavierJia
· 9 years ago
7230d63
Almost full support for clean JSON, plus some lossless JSON fixes
by Chris Hillery
· 9 years ago
f758b48
ASTERIXDB-920: Fixed consecutive index-nested-loop joins failure
by Taewoo Kim
· 9 years ago
f41b34b
Added the UUID constructor and changed the relevant documentation
by Taewoo Kim
· 9 years ago
c66d23a
Adding introspection for getting record details.
by Preston Carman
· 9 years ago
ae85a1d
Introduces Feeds 2.0
by ramangrover29
· 9 years ago
6510072
VariableSizeFrame(VSizeFrame) support for Asterix (Runtime Only)
by JavierJia
· 9 years ago
d6f7828
Issue 867: Test cases for CSV with headers and various line separators.
by Chris Hillery
· 10 years ago
4a9a7d9
Temporal update based on a merge from an old branch.
by Eldon Carman
· 10 years ago
04b2b77
Added support of typed indexes over open fields & indexes over nested fields
by Ildar Absalyamov
· 10 years ago
a12d8cd
- Fixed Type Casting issue
by Taewoo Kim
· 10 years ago
e1a2ff8
Add test case and documentation for CSV parsing with headers.
by Chris Hillery
· 10 years ago
9d3c4a9
Add the Binary data type and corresponding helper functions to Asterix.
by JavierJia
· 10 years ago
efb236d
Fixed CSV parser to recognize quote and delimiter inside a string
by Taewoo Kim
· 10 years ago
8325946
Implement TokenizeOperator in addition to the changes made by Zachary Heilbron.
by Taewoo Kim
· 10 years ago
e3e8ffa
support for JSON escapes in ADM and AQL parser
by Till Westmann
· 10 years ago
a5af4e0
Added filters to AsterixDB's primary and secondary indexes.
by salsubaiee
· 10 years ago
d905773
Add external indexes
by Abdullah Alamoudi
· 10 years ago
d5f0fc5
1. Add an asterix-specific IntroduceGroupByCombinerRule to deal with null-test in the nested plan in a group-by operator
by Yingyi Bu
· 10 years ago
be353dd
fixed issue 731, 740, and more.
by Young-Seok
· 10 years ago
3467f1e
throw exception for unsupported escape sequences
by Till Westmann
· 11 years ago
8cdbd39
add escapes to ADM parser remove unused parameter from ADMDataParser.checkType
by Till Westmann
· 11 years ago
16b6978
fix promotion for constructor functions
by Till Westmann
· 11 years ago
e2bec74
test cleanup
by Till Westmann
· 11 years ago
5e9c480
add test for loading + numeric promotion
by Till Westmann
· 11 years ago
17f90ef
merge from master
by ramangrover29
· 11 years ago
6e8d3fc
added test case for generic socket based feed adaptor
by Raman Grover
· 11 years ago
d31ffc5
master merged to this branch
by Pei Li
· 11 years ago
661f162
Add test for issue 610 - handle correctly end_record and end_unordered_list tokens in adm format.
by Diego Giorgini
· 11 years ago
7f9246f
three test cases on indexes
by Pei Li
· 11 years ago
778e019
added a recovery integration test
by Young-Seok
· 11 years ago
721bd51
Check for duplicate keys when loading a dataset. Fixed many erroneous test cases that wer eloading wrong data.
by salsubaiee
· 11 years ago
b0e116a
added support for optional types for delimited data parser; fixed an issue on temporal constructors on incorrect string parsing if the string is empty
by JArod
· 11 years ago
a277e35
Fixed an bug introduced by the last commit on nullable field when
by JArod
· 11 years ago
1097e49
added fix for issue 604 and 605
by JArod
· 11 years ago
4987217
added sample data and a test case for csv loading
by JArod
· 11 years ago
201be38
added materialization step before an insert and a scan/join of the same dataset.
by salsubaiee
· 11 years ago
36d1db0
Added a test case to cover load failure due to duplicate keys.
by salsubaiee
· 11 years ago
81f2af4
Check that user's data is sorted if load statement does not have the *pre-sorted* assertion.
by salsubaiee
· 11 years ago
7f005ad
Merge branch 'master' into zheilbron/asterix_issue470
by zheilbron
· 11 years ago
b9b1864
Merge branch 'master' into jarodwen/hotfix/function-issues
by JArod
· 11 years ago
3a4f8ef
added flush test; modified existing test that has a dependency on previous tests
by zheilbron
· 11 years ago
5bf607f
Merge branch 'master' into jarodwen/hotfix/function-issues
by JArod
· 11 years ago
9104e60
1) fixed issue 475 and 476 2) Added tiny social queries to test suite
by ramangrover29
· 11 years ago
008c29b
fixed an issue reported by Steven on temporal loading issue; rewrote the printers to share the print code
by JArod
· 11 years ago
108d432
fixing issue 378
by icetindil
· 11 years ago
ccac134
addressed Sattam's comments; added code to enable loading year-month-duration and day-time-duration through external data
by JArod
· 12 years ago
91525f3
fix issue382
by buyingyi
· 12 years ago
6d55667
merged r1426:1454 asterix_stabilization --> asterix_lsm_stabilization
by zheilbron
· 12 years ago
d373cd7
Added fix for issue 289, with a test case.
by jarodwen
· 12 years ago
vault/asterix_stabilization
454e62d
Added one missing data file.
by salsubaiee
· 12 years ago
c15bd7e
merged -r1282:1373 from asterix_stabilization to asterix_lsm_stabilization
by kisskys
· 12 years ago
81b3b49
Fixed issue 269. Any touch between two spatial objects are considered an intersection.
by salsubaiee
· 12 years ago
264f5fd
checkpoint: finished interval related function tests.
by jarodwen
· 12 years ago
d3eef7d
re-enabled all existing temporal test cases.
by jarodwen
· 12 years ago
4e6c471
bug fixing and more test cases for date type.
by jarodwen
· 12 years ago
cbbab14
merged asterix_stabilization r620:1109
by jarodwen
· 12 years ago
c1ef23c
fixed importing temporal data to use construction-notation.
by jarodwen
· 12 years ago
a76f531
Fixed issue 54 in branch asterix_stabilization_temporal_functionality: added support for importing date, time, datetime and duration from a delimited text file.
by jarodwen
· 12 years ago
6615719
updated char and byte array accessors to prepare for interval importing code.
by jarodwen
· 12 years ago
5a02814
Fixed the feature for inserting temporal types from an external dataset.
by jarodwen
· 12 years ago
c51d71d
Added test to cover issue 162
by khfaraaz82@gmail.com
· 12 years ago
000a490
merged from asterix_stabilization r408:544
by jarodwen
· 12 years ago
52e0d1e
Addressing review comments from Zach on r338 for temporal types fix. The following changes are done:
by jarodwen
· 12 years ago
c576c60
Reintegrated asterix-fuzzy.
by alexander.behm
· 12 years ago
a359619
Response to merge request in issue 126: merge 239:346 from asterix_stabilization.
by jarodwen
· 12 years ago
e1dfeee
Updated the implementation of ADate and ADuration to follow the ISO8601 standard. The following changes are included:
by jarodwen
· 12 years ago
26b5ca5
Fix of the ATime representation and serdes according to the ISO8601
by Theodoros.Ioannou@gmail.com
· 12 years ago
79814ec
Refactored the ADateTime type:
by jarodwen
· 13 years ago
42d11e8
Secondary BTree indexes can now be created on nullable fields (nulls are filtered during load). Still need to modify insert/delete jobgen to filter nulls as well.
by alexander.behm
· 13 years ago
048a2a3
Fixed issue 108.
by alexander.behm
· 13 years ago
vault/asterix-fix-issue-108
38b7ca4
Added asterix project
by vinayakb
· 13 years ago