1. ee0a23d merged asterix_stabilization_temp_missing_tests branches back to stabilization by jarodwen · 12 years ago
  2. e0d6f91 addressed Sattam's comments on eliminating object creation and copy-and-paste code in the interval parser. by jarodwen · 12 years ago vault/asterix_stabilization_temp_missing_tests
  3. 637faed addressed Sattam's comments to eliminate object creation (introduced some copy-and-paste code, but have not found a better solution for this; could be revised later if better solution can be found) by jarodwen · 12 years ago
  4. d3eef7d re-enabled all existing temporal test cases. by jarodwen · 12 years ago
  5. 4e6c471 bug fixing and more test cases for date type. by jarodwen · 12 years ago
  6. 153992b Reverting the merge of asterix_stabilization_result_distribution until the tests in the corresponding hyracks branch pass. by madhusudancs@gmail.com · 12 years ago
  7. 70731d5 Add a stub JSON method to AInterval. by madhusudancs@gmail.com · 12 years ago
  8. 534cb39 Merge asterix_stabilization_result_distribution back to asterix_stabilization. by madhusudancs@gmail.com · 12 years ago
  9. 8a61a18 clean pom.xml to set fork=true by buyingyi · 12 years ago
  10. af55c73 Use the JSON printers in the JSON nullbable factory. by madhusudancs@gmail.com · 12 years ago
  11. 2643042 Initialize the printers by calling the IAWriter init method in the serializer. by madhusudancs@gmail.com · 12 years ago
  12. 0551964 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
  13. e836fb9 added proper error message when trying to partition a dataset by non-existent key; added test case and some documentation by zheilbron · 12 years ago
  14. bad1aea Implement the code to read the results which are already serialized. by madhusudancs@gmail.com · 12 years ago
  15. 84d4e4c Add the support to switch between result output formats (JSON/ADM). by madhusudancs@gmail.com · 12 years ago
  16. 474b800 Implement a printer factory provider for JSON. by madhusudancs@gmail.com · 12 years ago
  17. 6020e34 Add JSON pointable printers for pointables like list and record types. by madhusudancs@gmail.com · 12 years ago
  18. 22ce395 Add JSON printer classes for each Asterix type. by madhusudancs@gmail.com · 12 years ago
  19. 48d90e7 Added one more missing toJSON stub implementation. by madhusudancs@gmail.com · 12 years ago
  20. 5852889 Implement a stub toJSON method for the new type AInterval, we will remove this stub when visitor pattern based JSON printer is implemented. by madhusudancs@gmail.com · 12 years ago
  21. f9e53e1 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
  22. f2660a2 addressed yingyi's comments by zheilbron · 12 years ago vault/asterix_stabilization_issue_173
  23. 6b15af7 fixed bug in open-closed fieldname conflict check; added test cases for open-open, open-closed, and closed-closed conflicts by zheilbron · 12 years ago
  24. da55d12 added checks for field name conflicts between two closed fields and open-closed fields by zheilbron · 12 years ago
  25. 5e741de changed poms to target jdk1.7 source by zheilbron · 12 years ago
  26. b5f09ca changed recordbuilder to check for conflicting open field names when it writes a built record; fixed test cases that use duplicate open fields by zheilbron · 12 years ago
  27. 7b75a18 Implement the toJSON method in all the JSONSerializable implementing classes that were missed in the previous iteration. by madhusudancs@gmail.com · 12 years ago
  28. ff774b8 Implement a toJSON method for each asterix type to return the JSON serialized version of the type. by madhusudancs@gmail.com · 12 years ago
  29. 1c0fa2a merged from asterix_stabilization for r1113:1117 by jarodwen · 12 years ago
  30. a5d02e2 merge changes from asterix_stabilization_yfix by buyingyi · 12 years ago
  31. cbbab14 merged asterix_stabilization r620:1109 by jarodwen · 12 years ago
  32. ba4abf6 Added changes for integration with fullstack_asterix_stabilization by vinayakb · 12 years ago
  33. fbaba5f Reviewer:Yingyi by ramangrover29 · 12 years ago
  34. 9595bcd updated functions to replace hyphen with underscore in all temporal function names. by jarodwen · 12 years ago
  35. 0135a88 added current time/date/datetime functions; added duration support for all temporal accessors. by jarodwen · 12 years ago
  36. a08c34d fix issue236 by buyingyi · 12 years ago
  37. 11f3faa fix issue241 by buyingyi · 12 years ago
  38. c1ef23c fixed importing temporal data to use construction-notation. by jarodwen · 12 years ago
  39. 0508294 refactor normalized key computer factory to be decorators, and support normalized key computer factory for int64, double and float by buyingyi · 12 years ago
  40. 2910be5 merge r997:1029 from asterix_stabilization to asterix_stabilization_yfix by buyingyi · 12 years ago
  41. 58ebd6b let String comparator/hash function be raw bytes based. by buyingyi · 12 years ago
  42. 0039136 merge 965:1021 from asterix_stabilization to asterix_stabilization_printerfix_staging by buyingyi · 12 years ago vault/asterix_stabilization_printerfix_staging
  43. 1e4fbad address Pouria's review comments by buyingyi · 12 years ago
  44. 9a9c690 merge r997:1019 from asterix_stabilization to asterix_stabilization_yfix by buyingyi · 12 years ago
  45. e0ffa4c Implemented fixes, including tests. by alexander.behm · 12 years ago
  46. d793da8 merge asterix_stabilization 965:996 to asterix_stabilization_yfix by buyingyi · 12 years ago
  47. 33d58a2 Took care of Vinayak's review comments. Cleaned up Asterix list builders. by alexander.behm · 12 years ago vault/asterix_tokenizer_opt
  48. c685a46 add hash function family, using MurmurHash3BinaryHashFunctionFamily by buyingyi · 12 years ago
  49. f8f74a7 code review: print visitor for issue 29,55,134,166,201,205,208 by buyingyi · 12 years ago
  50. b2d1694 Improved tokenizer performance by reducing data copies. by alexander.behm · 12 years ago
  51. 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
  52. 2a0d817 Fixed issue 214 (allowing r-trees to be created for rectangle data type). Added test cases for all other spatial data types. by salsubaiee@gmail.com · 12 years ago
  53. 6615719 updated char and byte array accessors to prepare for interval importing code. by jarodwen · 12 years ago
  54. 58cf330 Merged asterix_statement_model_fix into asterix_stabilization by RamanGrover29@gmail.com · 12 years ago
  55. 4ce7d1e Added interval functions for Allen's interval relation. by jarodwen · 12 years ago
  56. c13b0af Added interval type implemented. by jarodwen · 12 years ago
  57. 4cdacb0 Implemented accessors for spatial data types. by salsubaiee@gmail.com · 12 years ago
  58. ef42ffb Added calendar-duration functions and timezone related function; fixed a small bug on printing timezone string. by jarodwen · 12 years ago
  59. 170f0d6 Fixed issue 190. Bottom left and upper right points can be either the first or the second arguments when creating a rectangle. by salsubaiee · 12 years ago
  60. 88afc46 Changed hyracks dependencies to 0.2.2-SNAPSHOT from 0.2.1-SNAPSHOT by vinayakb · 12 years ago
  61. caff182 Added arithmetic functions for date, time and datetime over duration. by jarodwen · 12 years ago
  62. 5a02814 Fixed the feature for inserting temporal types from an external dataset. by jarodwen · 12 years ago
  63. 7a1e446 - Added accessors for temporal types; by jarodwen · 12 years ago
  64. f001f1a Fixed issue 182. by alexander.behm · 12 years ago
  65. adf3c63 Added comparison feature for ADate and ATime by jarodwen · 12 years ago
  66. 23c98ef Reimplemented min/max aggregate functions to support all totally ordered types that have an IBinaryComparator implementation. Added tests. by alexander.behm · 12 years ago
  67. 82fa1e0 Merged asterix_stabilization r585:r605. by alexander.behm · 12 years ago
  68. c73c69b Fixed issue 152. by alexander.behm · 12 years ago
  69. 5ebf00b Fixed issue 159. Added regression test. by alexander.behm · 12 years ago
  70. 98f7a00 Aggregate funcions namely agg-sum/agg-avg/agg-min/agg-max/agg-global-avg/agg-local-avg by RamanGrover29@gmail.com · 12 years ago
  71. 9284c8e Merged asterix_stabilization r556:r583. by alexander.behm · 12 years ago
  72. 372a073 Added scalar version of all aggregate functions via a GenericScalarAggregateFunction. Added tests for them on all types, nulls, and empty streams. by alexander.behm · 12 years ago
  73. 6fec95b Minor fix. by alexander.behm · 12 years ago
  74. 0f514f0 Fixed a bug in the ordered and unordered list builder where a list with only null items would be built as an empty list. Added regression tests. by alexander.behm · 12 years ago
  75. c022a0d 1) Fixes Issue 24:Need grammar consistency w.r.t. semicolons by RamanGrover29@gmail.com · 12 years ago
  76. 70e18d7 Addressing Zach's comments on added copyright headers. by jarodwen · 12 years ago vault/asterix_stabilization_temporal_fixes
  77. cd706ab Addressing the comments (1, 2 and 3) on r543 from Zach. by Theodoros.Ioannou@gmail.com · 12 years ago
  78. 7bd407a Addressing Zach's comment on R412 about using the pseudo code I had instead of the hairy code. by Theodoros.Ioannou@gmail.com · 12 years ago
  79. 53c91dc merged asterix_stabilization r552:555 by Theodoros.Ioannou@gmail.com · 12 years ago
  80. a269588 Merged asterix_stabilization r545:r554. by alexander.behm · 12 years ago
  81. b9f3bf6 Moved ByteArrayAccessibleOutputStream, ArrayBackedValueStorage, and IDataOutputProvider into hyracks-data-std in hyracks_asterix_stabilization by vinayakb · 12 years ago
  82. 000a490 merged from asterix_stabilization r408:544 by jarodwen · 12 years ago
  83. 52e0d1e Addressing review comments from Zach on r338 for temporal types fix. The following changes are done: by jarodwen · 12 years ago
  84. b72f7cb Added local min and max aggregate functions. Changed min and max aggregate functions to handle system null properly. Enabled tests. by alexander.behm · 12 years ago
  85. 8488f53 Merged asterix_stabilization r492:r527. by alexander.behm · 12 years ago
  86. cf8ee2f Added system null to distinguish between empty stream and null in aggregate functions. Changes sum aggregate function to use system null properly. Other aggregates to follow. by alexander.behm · 12 years ago
  87. 80a6148 merge with r500 by ilovesoup · 12 years ago
  88. 1d1c230 done with removing all references from ASTERIX to the builtin flag inside FunctionIdentfier by RamanGrover29@gmail.com · 12 years ago
  89. 39167de FunctionIdentifier contains a boolean built-in flag that is currently being used non-unformly when defining function identifiers under ASTERIX_NS namespace. This check-in removes the usage of the flag from ASTERIX, as it is no where used and may introduce errors in future. This check-in will be followed by a change in algebricks that removes the correponding public constructor for FunctionIdentifier by RamanGrover29@gmail.com · 12 years ago
  90. 640d699 fixed issue 144 (web-interface broken (recent changes to ARecordType)) by RamanGrover29@gmail.com · 12 years ago
  91. c9fef1d merging by ilovesoup · 12 years ago
  92. b06978f Applied the formatter to all modified files. by alexander.behm · 12 years ago vault/asterix_fix_issue_96
  93. 916273c Fixed a few bugs due to the cleaning. by alexander.behm · 12 years ago
  94. e44fb15 First phase of metadata/compiler cleanup. by alexander.behm · 12 years ago
  95. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 12 years ago
  96. ca10ede Addressing Zack's comment on the hairy code in file: GregorianCalendarSystem.java in method public int getMonthOfYear(long millis, int year) by Theodoros.Ioannou@gmail.com · 12 years ago
  97. fc1267a Added factories for inspectors by vinayakb · 12 years ago
  98. 36de742 merged asterix_stabilization r348:407 by Theodoros.Ioannou@gmail.com · 12 years ago
  99. 63daf45 Changed getUTFLen() to getUTFLength() in UTF8StringPointable by vinayakb · 12 years ago
  100. 25e0f74 changes for renaming IEvaluatorFactory and IEvaluator to ICopyEvaluatorFactory and ICopyEvaluator by buyingyi · 12 years ago