Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
hyracks
/
860fc2b3ccf67588134965ae08ca45ee94f0d4e7
860fc2b
Simplified job deserialization
by vinayakb
· 13 years ago
6874859
Created branch for scheduling changes
by vinayakb
· 13 years ago
1904d92
Fixed getter in AbstractExtensibleLogicalOperator.java
by vinayakb
· 13 years ago
3fbffa4
Merged hyracks_statistics -r 1371:1511
by vinayakb
· 13 years ago
d53a315
Minor code cleanup
by vinayakb
· 13 years ago
b520bbc
Cleaned up and fixed merge width calculation
by vinayakb
· 13 years ago
5d7575e
Fixed mergeWidth computation in merger
by vinayakb
· 13 years ago
0798e9e
Fixed bug in merger
by vinayakb
· 13 years ago
64b8277
Fixed Binary search implementation to return the insert location for items that are not found
by vinayakb
· 13 years ago
6269bc1
Fixed merging strategy
by vinayakb
· 13 years ago
d72fcda
Eliminated RuntimeContext. Replaced with IHyracksTaskContext
by vinayakb
· 13 years ago
2eb41ce
Added factories for inspectors
by vinayakb
· 13 years ago
8a4aa24
Modified evaluator factories to receive task context. Added the ability to attach global job state that is distributed to node controllers.
by vinayakb
· 13 years ago
8acc507
Modified Algebricks to use the new IExpressionRuntimeProvider interface natively
by vinayakb
· 13 years ago
3313eea
Added more methods to UTF8StringPointable
by vinayakb
· 13 years ago
2b1b74c
Renamed interfaces
by vinayakb
· 13 years ago
b4c3c4c
Added IExpressionRuntimeProvider
by vinayakb
· 13 years ago
e896494
Added non-copying interfaces
by vinayakb
· 13 years ago
579841f
rename runtime aggregation and unnest function interfaces
by buyingyi
· 13 years ago
d4108c0
rename IEvaluatorFactory and IEvaluator to ICopyEvaluatorFactory and ICopyEvaluator
by buyingyi
· 13 years ago
a147ad3
Fixed stop() to shutdown everything so that the JVM can terminate
by vinayakb
· 13 years ago
ca81db6
Added UTF8StringWriter to create UTF8 binary data from CharSequence. Added some convenience methods to UTF8StringPointable.
by vinayakb
· 13 years ago
5240edf
refactor IValueReference and IPointable interfaces
by buyingyi
· 13 years ago
c8da2ef
Fixed name of Algebricks logger
by vinayakb
· 13 years ago
e8cd927
Added a vector api and a binary search algorithm
by vinayakb
· 13 years ago
11e5a90
Fixed #73. Changed erroneous Main Class name in building scripts
by vinayakb
· 13 years ago
978a37f
fix zero aggregation case: remove the if branch which added a dummy agg field
by buyingyi
· 13 years ago
9c2456c
Fixed ports of examples to be 1098, the new default client net port
by vinayakb
· 13 years ago
d9d7df2
Fixed race condition in OperatorEnvironmentImpl, Issue #70
by vinayakb
· 13 years ago
9444de0
Reintegrated hyracks_fix_asterix_issue_9 after Vinayak's review.
by alexander.behm
· 13 years ago
f8a63c2
Took care of Vinayak's review.
by alexander.behm
· 13 years ago
vault/hyracks_fix_asterix_issue_9
3e29a1b
Changes to algebricks interfaces to accommodate creation of asterix tuple filter for insert/delete jobs. Other minor fixes.
by alexander.behm
· 13 years ago
1c61d80
Propagating changes required to add a filter inside the index insert/delete op.
by alexander.behm
· 13 years ago
54e561b
Minor fix I forgot.
by alexander.behm
· 13 years ago
0a91e45
Changed ITupleFilter to take an ITupleReference to be consistent with our evaluators. Hopefully we can change those interfaces to accept the more general ITupleReference to also push down sargable predicates.
by alexander.behm
· 13 years ago
7d5438a
Added list of filter exprs to Algebricks IndexInsertDeleteOperator to be used for creating an ITupleFilter from the Asterix side.
by alexander.behm
· 13 years ago
1c554e4
Added ITupleFilter as a means to filter out tuples from index ops. Only added it only to the insert/delete op for now to fix Asterix issue 9.
by alexander.behm
· 13 years ago
2b3422b
Added branch for fixing Asterix issue 9.
by alexander.behm
· 13 years ago
3465d50
Merged hyracks_fix_asterix_issue_113 after review from Zach.
by alexander.behm
· 13 years ago
6dfc433
Took care of Zach's comments.
by alexander.behm
· 13 years ago
vault/hyracks_fix_asterix_issue_113
e1fac8e
Properly closing files in buffercache from index creation ops.
by alexander.behm
· 13 years ago
43bc1ee
Throwing an error if file not found in index ops. We no longer just create such a file.
by alexander.behm
· 13 years ago
d67ae18
Minor fixes.
by alexander.behm
· 13 years ago
2f23e2c
Major cleanup of index operators. Added create operators for all indexes that must be executed before other operators can function properly. I believe the lazy index creation strategy is the root cause of issue 113.
by alexander.behm
· 13 years ago
da179b5
Created branch for hyracks changes to fix Asterix issue 113.
by alexander.behm
· 13 years ago
c03fb07
Applied changes from Alex's code review
by vinayakb
· 13 years ago
bce73d5
Merged hyracks_algebricks_cleanup -r 1442:1443
by vinayakb
· 13 years ago
7849b01
Refactored groupby operators
by vinayakb
· 13 years ago
vault/hyracks_algebricks_cleanup
267bd8e
Merged hyracks_algebricks_cleanup -r 1435:1440
by vinayakb
· 13 years ago
176d486
Removed empty folder
by vinayakb
· 13 years ago
6374d3d
Ignored Eclipse files
by vinayakb
· 13 years ago
057cd25
Split algebricks into finer projects
by vinayakb
· 13 years ago
061f25b
Renamed algebricks runtime package
by vinayakb
· 13 years ago
38b7bcf
Refactored JobSpecification
by vinayakb
· 13 years ago
8ff4bb8
Added JavaDocs for client visible code.
by vinayakb
· 13 years ago
1979b9c
Re-created branch for algebricks cleanup
by vinayakb
· 13 years ago
2fdf338
Merged hyracks_algebricks_cleanup -r 1419:1420
by vinayakb
· 13 years ago
7975273
Fixed erroneous sharing of object with IPC message
by vinayakb
· 13 years ago
02496a6
Fixed Assertion error when opening channels
by vinayakb
· 13 years ago
96bb3a2
Merged hyracks_asterix_stabilization -r 1417:1418
by vinayakb
· 13 years ago
05fa48a
Refactored some of the operators to separate operator descriptors from the node pushables
by vinayakb
· 13 years ago
de814e6
Merged hyracks_asterix_stabilization_btree-fixes.
by alexander.behm
· 13 years ago
186ca5f
Removed dependencies on hyracks-control-nc, as requested by Vinayak.
by alexander.behm
· 13 years ago
vault/hyracks_asterix_stabilization_btree_fixes
798d1a8
Merged hyracks_asterix_stabilization.
by alexander.behm
· 13 years ago
c8464f0
Fixed integration tests.
by alexander.behm
· 13 years ago
8572475
Undoing last commit, since it strangely added some unwanted files. Will give the merge anthoer try.
by alexander.behm
· 13 years ago
32a9a6b
Merged hyracks_asterix_stabilization.
by alexander.behm
· 13 years ago
560e3c0
Completed rest of merge from hyracks_lsm_tree.
by alexander.behm
· 13 years ago
ebf04ef
Merged storage changes from hyracks_lsm_tree into this branch. Still need to merge integration tests.
by alexander.behm
· 13 years ago
d78cdc2
Created branch for algebricks cleanup
by vinayakb
· 13 years ago
a9e7249
Created branch for selectively merging important BTree fixes from hyracks_lsm_tree into ultimately hyracks_asterix_stabilization.
by alexander.behm
· 13 years ago
c716d88
Added message to assertion failure
by vinayakb
· 13 years ago
528206d
Fixed double serialization. Added logging to serializer.
by vinayakb
· 13 years ago
6cd1cdc
Fixed bug in hash function to make sure that only non-negative values are returned
by vinayakb
· 13 years ago
15ded85
Added error reporting when connection is closed
by vinayakb
· 13 years ago
0306562
use sender side materialization policy for hash partitioning merging connector
by buyingyi
· 13 years ago
f62a8de
1. check existence in add/addAll call in ListSet; 2. fix partition requirement coordinator: make sure different join branches have consistent variable ordering on partition keys
by buyingyi
· 13 years ago
be33c4a
Merged hyracks_dev_next -r 1321:1322
by vinayakb
· 13 years ago
365ea9f
Merged hyracks_dev_next -r 1314:1315
by vinayakb
· 13 years ago
aba4047
fix the wrong start offset: missing a '+ fieldSlotLength'
by buyingyi
· 13 years ago
725f3fc
Added more logging to scheduler
by vinayakb
· 13 years ago
139e071
Disabled blocking on failure
by vinayakb
· 13 years ago
c89ac27
Merged hyracks_dev_next -r 1291:1292, -r 1293:1310
by vinayakb
· 13 years ago
0cc2e61
Created branch for stabilizing asterix
by vinayakb
· 13 years ago
84f714e
[maven-release-plugin] prepare for next development iteration
by vinayakb
· 13 years ago
vault/hyracks_asterix_stabilization@1309
vault/hyracks_external_gby_fix@1331
vault/hyracks_optimized_sort@1327
1372ba4
[maven-release-plugin] prepare release hyracks-0.2.0
by vinayakb
· 13 years ago
hyracks-0.2.0@1289
ee0f457
Merged hyracks_dev_next -r 1287 into trunk
by vinayakb
· 13 years ago
461d9e8
Added tuple reference to VariableReferenceExpression
by vinayakb
· 13 years ago
821ba1e
Merged BufferCache changes from hyracks_lsm_tree. This should fix the NPE in syncWrite, and the all-pages-are-pinned issues.
by alexander.behm
· 13 years ago
3789e22
Fixed an incorrect initialization of the priority queue in external group operator. The bug may cause incorrect merging results.
by jarodwen
· 13 years ago
49457c3
Merged r 1258:1259 from hyracks_isolation
by vinayakb
· 13 years ago
1b41abc
Ignored eclipse files
by vinayakb
· 13 years ago
vault/hyracks_isolation
bd1b38f
Merged r 1256:1257 from hyracks_isolation
by vinayakb
· 13 years ago
9138872
Grouped hyracks-control-* under hyracks-control
by vinayakb
· 13 years ago
2ae8184
Created branch for developing VM isolation features
by vinayakb
· 13 years ago
c084d0a
Fixed erroneous equals() and hashCode()
by vinayakb
· 13 years ago
6a50f65
Merged Pouria's sort and join optimizations branch into hyracks_dev_next
by vinayakb
· 13 years ago
092095a
Removed unused data files
by vinayakb
· 13 years ago
vault/hyracks_sort_join_opts
8f5a769
Merged hyracks_dev_next -r 601:1246
by vinayakb
· 13 years ago
41974f0
Integrated more native MR operators and a Shuffle Connector
by vinayakb
· 13 years ago
Next »