1. 2aeeb2a APEXMALHAR-2371 Missing property tag in Iteration Demo's properties.xml by Matt Zhang · 7 years ago
  2. 21aa3d6 APEXMALHAR-2365-Creation of generic log parser by jogshraddha · 7 years ago
  3. f4fb62c Merge commit 'refs/pull/519/head' of github.com:apache/apex-malhar by brightchen · 7 years ago
  4. f0a70fb Bump japicmp compare version. by Apex Dev · 7 years ago
  5. 2da69d0 Add @since tags and update change log for release 3.6.0 by Apex Dev · 7 years ago
  6. c7b8bcc APEXMALHAR-2316 APEXMALHAR-2346 Moved suitable code to activate() for initializing tuple class attribute and changed the argument type of DocumentBuilder.parse() to InputSource. by Hitesh-Scorpio · 7 years ago
  7. ee77dc6 APEXMALHAR-2344 code changes to initialize the list of FieldInfo from properties.xml by Hitesh-Scorpio · 7 years ago
  8. 87e4cbd APEXMALHAR-2362 #resolve clearing the removedSets at endWindow in SpillableSetMultimapImpl by David Yan · 7 years ago
  9. a5e8fa3 APEXMALHAR-2022 Development of S3 Output Module by chaitanya · 7 years ago
  10. 243dceb APEXMALHAR-2330 JdbcPOJOPollInputOperator fails with NullPointerException when PostgreSQL driver. by deepak-narkhede · 7 years ago
  11. 1683e6e APEXMALHAR-2357 changing exit condition for JdbcPojoOperatorApplicationTest, due to which it was failing intermittently by Hitesh-Scorpio · 7 years ago
  12. 7237c0e Preparing for 3.7.0 development by Apex Dev · 7 years ago
  13. 1a9c75b APEXMALHAR-2257 Added documentation for Transform Operator by chaitanya · 7 years ago
  14. e01cf9c APEXMALHAR-2340 code changes to initialize the list of JdbcFieldInfo in JdbcPOJOInsertOutput from properties.xml by Hitesh-Scorpio · 7 years ago
  15. f617d5e APEXMALHAR-2353 Made timeExpression as @NotNull by bhupeshchawda · 7 years ago
  16. 645d9d1 APEXMALHAR-2351 fix to extract operator properties for Jdbc Poll i/p operator by Hitesh-Scorpio · 7 years ago
  17. 664257b APEXMALHAR-2181 Cassandra Upsert Operator by ananthc · 7 years ago
  18. 05a7ca3 Merge branch 'APEXMALHAR-2342' of https://github.com/darinnee/apex-malhar by Tushar R. Gosavi · 7 years ago
  19. 6b0e931 APEXMALHAR-2325 1) Set the file system default block size to the reader context. 2) Set the block size to the reader in FSInputModule by chaitanya · 7 years ago
  20. 1df0b52 APEXMALHAR-2342: check file exists to prevent null pointer exception in AbstractFileOutputOperator recovery setup by Darin Nee · 7 years ago
  21. 9db0447 APEXMALHAR-2304 SQL Support Examples by Chinmay Kolhatkar · 8 years ago
  22. a25b614 APEXMALHAR-2335 APEXMALHAR-2333 APEXMALHAR-2334 #resolve #comment Problems on StateTracker by brightchen · 7 years ago
  23. a75b093 APEXMALHAR-2338 Remove stray # characters by Munagala V. Ramanath · 7 years ago
  24. 28b8917 APEXMALHAR-2329 #resolve #comment ManagedState benchmark should not use constant bucket by brightchen · 7 years ago
  25. 18e49df APEXMALHAR-2232: Add documentation for csv parser by Priyanka Gugale · 8 years ago
  26. 0870480 APEXMALHAR-2224 Fixed GenericFileOutputOperator rotateCall. by Lakshmi Prasanna Velineni · 8 years ago
  27. 278d799 APEXMALHAR-2167 json formatter documentation by shubham · 8 years ago
  28. b217740 APEXMALHAR-2166 json parser documentation by shubham · 8 years ago
  29. 42b4b14 APEXMALHAR-2327 #resolve #comment BucketsFileSystem.writeBucketData() call Slice.toByteArray() cause allocate unnecessary memory by brightchen · 8 years ago
  30. 8e3a0c0 APEXMALHAR-2320 #resolve #comment use SerializationBuffer implement FSWindowDataManager.toSlice() by brightchen · 8 years ago
  31. 3f97304 APEXMALHAR-2314 Improper functioning in partitioning of sequentialFileRead property of FSRecordReaderModule. by deepak-narkhede · 7 years ago
  32. 65488fd APEXMALHAR-2220 Move the FunctionOperator to Malhar library by Dongming Liang · 7 years ago
  33. b43818b APEXMALHAR-2302 Exposing the few properties of FSSplitter and BlockReader operators to FSRecordReaderModule to tune Application. by deepak-narkhede · 8 years ago
  34. 16edf30 APEXMALHAR-2244 #comment Use TimeUnifiedManageStateStore for Spillable Data Structure by Siyuan Hua · 8 years ago
  35. 27272a5 APEXMALHAR-2229 #resolve Added peek and hasNext methods to FileAccess interface by David Yan · 8 years ago
  36. c4f788d APEXMALHAR-2312 Fix NullPointerException for FileSplitterInput Operator if filepath is specified. by deepak-narkhede · 8 years ago
  37. ea1b58f APEXMALHAR-2317 #resolve #comment Change SpillableBenchmarkApp to adapt the change on Spillable Data Structure by brightchen · 8 years ago
  38. 5ae58d0 APEXMALHAR-2291 Fix for Exactly-once processing of JdbcPOJOInsertOutput Operator. by Hitesh-Scorpio · 8 years ago
  39. 2b77596 APEXMALHAR-2309 Comparing times for newer tuples with existing key in dedup by francisf · 8 years ago
  40. c3d3a88 APEXMALHAR-2290 fix to optimize the function which was populating meta data for columns by Hitesh-Scorpio · 8 years ago
  41. 87d8aef APEXMALHAR-2315 Ignore tests in sql which uses POJOInnerJoinOperator for SQL JOIN functionality. This should be reverted once POJOInnerJoinOperator is replaced with Windowed variant of it. by Chinmay Kolhatkar · 8 years ago
  42. 999efcc Merge branch 'APEXMALHAR-2254-2269-2270' of github.com:mattqzhang/apex-malhar by Pramod Immaneni · 8 years ago
  43. c89e636 fixes two issues - pick the metadata consumer properties and setting the consumer properties from Properties.xml for kafka inputoperator not working by venkateshDT · 8 years ago
  44. 6ddefd0 APEXMALHAR-2190 Use reusable buffer for serialization in spillable data structures closes #404 by brightchen · 8 years ago
  45. 3799157 APEXMALHAR-2237 Changes in FSInputModule to support Dynamic partitioning. by yogidevendra · 8 years ago
  46. 0abb698 APEXMALHAR-2254, APEXMALHAR-2269, APEXMALHAR-2270 Fix bugs on replay tuple skipping and idempotency issues. by Matt Zhang · 8 years ago
  47. c92ca15 APEXMALHAR-1818 SQL Support for converting given SQL statement to APEX DAG. by Chinmay Kolhatkar · 8 years ago
  48. b968e4c APEXMALHAR-1818 Adding BeanClassGenerator for dynamically creating class by Chandni Singh · 8 years ago
  49. a059805 APEXMALHAR-2305 changed javadoc of SessionWindows to reflect the implementation change of SessionWindows by David Yan · 8 years ago
  50. 1bd1139 APEXMALHAR-2305 updated documentation on SessionWindow to reflect the new proto-session window semantics by David Yan · 8 years ago
  51. 0f84424 APEXMALHAR-2017 Fixed failing tests. by Lakshmi Prasanna Velineni · 8 years ago
  52. 28a7e34 Using CheckpointNotificationListener and beforeCheckpoint callback to do IO in a more optimized fashion by Pramod Immaneni · 8 years ago
  53. 2cf8bad APEXMALHAR-2307 #resolve delete the windows properly after merge or extend by David Yan · 8 years ago
  54. 5131bee APEXMALHAR-2305 #resolve Mirror the proto-session window behavior described in the streaming 102 blog by David Yan · 8 years ago
  55. 2f308aa APEXMALHAR-2263 change offset in AbstractFileInputOperator from int to long by Matt Zhang · 8 years ago
  56. abb3900 Merge branch 'APEXMALHAR-2299_TimeBasedDedupOperator__Incorrect_key_exception' by Chandni Singh · 8 years ago
  57. c118884 APEXMALHAR-2299 TimeBasedDedupOperator. Fixing edge case bug in time bucket assignment by francisf · 8 years ago
  58. e4908dd APEXMALHAR-2282 First iteration for windowed operator documentation by David Yan · 8 years ago
  59. 2153cd6 APEXMALHAR-2272 : Fixed sequentialFileRead on FSInputModule by yogidevendra · 8 years ago
  60. 9eadce1 Renamed MergeWindowedOperator to WindowedMergedOperator. by Shunxin · 8 years ago
  61. 7477502 APEXMALHAR-2284 Disabled the POJOInnerJoinOperatorTest by chaitanya · 8 years ago
  62. 352e2d9 APEXMALHAR-2242 Additions and updates to the documentation. by Thomas Weise · 8 years ago
  63. bd502e7 APEXMALHAR-2242 Added user documentation for 0.9 version of Kafka Input Operator by chaitanya · 8 years ago
  64. 07812a9 APEXMALHAR-2281 fixed race condition with put and asyncGet by Chandni Singh · 8 years ago
  65. aeb10f3 Introduced WindowedMergeOperatorFeatures classes to solve the problem of code duplication by David Yan · 8 years ago
  66. 92bd732 APEXMALHAR-2240 Implement Windowed Merge Operator for join support. by Shunxin · 8 years ago
  67. 96d216e Merge branch 'APEXMALHAR-2234-filter-doc' of https://github.com/yogidevendra/apex-malhar by Chinmay Kolhatkar · 8 years ago
  68. 53cb183 Merge branch 'APEXMALHAR-1852' of https://github.com/chandnisingh/apex-malhar by Thomas Weise · 8 years ago
  69. 9febcc0 APEXMALHAR-1852 fix the recovery of partial file test by Chandni Singh · 8 years ago
  70. 791383b Merge branch 'APEXMALHAR-2280' of https://github.com/davidyan74/incubator-apex-malhar by Siyuan Hua · 8 years ago
  71. 63ee668 APEXMALHAR-2280 #resolve added package-info.java to denote interface stability for all classes that belong to event window processing by David Yan · 8 years ago
  72. 5aa6250 APEXMALHAR-2234 FilterOperator documentation` by yogidevendra · 8 years ago
  73. 9f04db7 APEXMALHAR-2273 #resolve do not fire retraction trigger if retraction value is same as current value and fireOnlyUpdatedPanes is true by David Yan · 8 years ago
  74. 1333910 APEXMALHAR-2226 Fixed the Not supported exception while re-deploying the AbstractFileOutput Operator by chaitanya · 8 years ago
  75. 12d6183 Merge branch 'APEXMALHAR-2179-jdbc-documentation' of https://github.com/DT-Priyanka/incubator-apex-malhar by Munagala V. Ramanath · 8 years ago
  76. baff632 Merge commit 'refs/pull/437/head' of github.com:apache/apex-malhar by David Yan · 8 years ago
  77. 5a0d1eb APEXMALHAR-2276 over writing the value of a key in the same time bucket by Chandni Singh · 8 years ago
  78. 58201fb Update README.md closes #337 by Thomas Weise · 8 years ago
  79. eb62451 Removed deployment documentation as it is included in the release documentation by Pramod Immaneni · 8 years ago
  80. 139d89f japicmp 0.9.0 by Thomas Weise · 8 years ago
  81. f5f1943 APEXMALHAR-2267 #resolve renamed spillable data structures to remove the word "Byte" by David Yan · 8 years ago
  82. c19c80d APEXMALHAR-2130 Spillable implementation for WindowedOperator by David Yan · 8 years ago
  83. 763d14f Fix trailing whitespace. by CI Support · 8 years ago
  84. 90b5c9b Upgrade checkstyle rules to 1.1.0 by Thomas Weise · 8 years ago
  85. 8e39f82 Merge branch 'APEXMALHAR-2139' of https://github.com/aayushia/apex-malhar by Chinmay Kolhatkar · 8 years ago
  86. 2291d9a APEXMALHAR-2265 Added entries in mkdocs.yml for 2 newly added docs by Munagala V. Ramanath · 8 years ago
  87. 2e96e06 APEXMALHAR-2264 add jms input operator doc to malhar docs by Sanjay Pujare · 8 years ago
  88. 7ac4a0e APEXMALHAR-2248 #resolve Added interfaces and implementations of SpillableSet and SpillableSetMultimap by David Yan · 8 years ago
  89. 76f297f APEXMALHAR-2139 #resolve #comment Emit only the keys for which values changed or were added in a given window. by Aayushi Acharya · 8 years ago
  90. 87a7243 APEXMALHAR-2179: Add documentation for JDBC Poll Input Operator by Priyanka Gugale · 8 years ago
  91. d713e52 APEXMALHAR-2258 JavaExpressionParser should handle casting of binary expression correctly. by Chinmay Kolhatkar · 8 years ago
  92. 2e870f4 APEXMALHAR-2256 Replacing getFields with getDeclaredFields by Chinmay Kolhatkar · 8 years ago
  93. 0a924ad Merge branch 'APEXMALHAR-2247' of https://github.com/davidyan74/incubator-apex-malhar by Siyuan Hua · 8 years ago
  94. e008114 APEXMALHAR-2245 #resolve Add the key in removedKeys even if the key does not appear in the cache by David Yan · 8 years ago
  95. e082133 APEXMALHAR-2246 #resolve use Slice instead of byte[] in the underlying map of SpillableByteArrayListMultimapImpl by David Yan · 8 years ago
  96. 36582ff Merge branch 'APEXMALHAR-2184' of https://github.com/DT-Priyanka/incubator-apex-malhar by Munagala V. Ramanath · 8 years ago
  97. fd20718 APEXMALHAR-2247 #resolve Added iteration feature in SpillableArrayListImpl and generalize SerdeListSlice to SerdeCollectionSlice by David Yan · 8 years ago
  98. 0c4b3fc APEXMALHAR-2243 #resolve #comment change name StoreOperator.setExeModeStr(String) to setExecModeStr by brightchen · 8 years ago
  99. 17515e3 APEXMALHAR-2184: Add documentation for File Input Operator by Priyanka Gugale · 8 years ago
  100. b6c48bb APEXMALHAR-2205 #resolve #comment State management benchmark - add update by brightchen · 8 years ago