[jira] [Comment Edited] (APEXMALHAR-1818) Integrate Calcite to support SQL

2016-09-19 Thread Chinmay Kolhatkar (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505682#comment-15505682 ] Chinmay Kolhatkar edited comment on APEXMALHAR-1818 at 9/20/16 5:56 AM:

[jira] [Comment Edited] (APEXMALHAR-1818) Integrate Calcite to support SQL

2016-09-19 Thread Chinmay Kolhatkar (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505682#comment-15505682 ] Chinmay Kolhatkar edited comment on APEXMALHAR-1818 at 9/20/16 5:53 AM:

[jira] [Commented] (APEXMALHAR-1818) Integrate Calcite to support SQL

2016-09-19 Thread Chinmay Kolhatkar (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505682#comment-15505682 ] Chinmay Kolhatkar commented on APEXMALHAR-1818: --- Here is a quick update on Apex-Calcite

Re: APEXMALHAR-1818 : Apex-Calcite Integration

2016-09-19 Thread Chinmay Kolhatkar
Hi All, I wanted to give a quick update on Apex-Calcite integration work. Currently I'm able to run SQL statement as a DAG against registered table abstractions of data endpoint and message type. Here is the SQL support that is currently implemented: 1. Data Endpoint (Source/Destination): -

[GitHub] apex-malhar pull request #418: APEXMALHAR-2247 #resolve Added iteration feat...

2016-09-19 Thread davidyan74
GitHub user davidyan74 opened a pull request: https://github.com/apache/apex-malhar/pull/418 APEXMALHAR-2247 #resolve Added iteration feature in SpillableArrayListImpl and generalize SerdeListSlice to SerdeCollectionSlice @siyuanh please review and merge You can merge this pull

[jira] [Updated] (APEXMALHAR-2247) Add iteration feature in SpillableArrayListImpl and generalize SerdeListSlice to SerdeCollectionSlice

2016-09-19 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan updated APEXMALHAR-2247: -- Summary: Add iteration feature in SpillableArrayListImpl and generalize SerdeListSlice to

[jira] [Closed] (APEXMALHAR-2249) Create SpillableSet and SpillableSetMultimap interfaces and implementation

2016-09-19 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan closed APEXMALHAR-2249. - Resolution: Duplicate > Create SpillableSet and SpillableSetMultimap interfaces and

[jira] [Created] (APEXMALHAR-2249) Create SpillableSet and SpillableSetMultimap interfaces and implementation

2016-09-19 Thread David Yan (JIRA)
David Yan created APEXMALHAR-2249: - Summary: Create SpillableSet and SpillableSetMultimap interfaces and implementation Key: APEXMALHAR-2249 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2249

[jira] [Created] (APEXMALHAR-2248) Create SpillableSet and SpillableSetMultimap interfaces and implementation

2016-09-19 Thread David Yan (JIRA)
David Yan created APEXMALHAR-2248: - Summary: Create SpillableSet and SpillableSetMultimap interfaces and implementation Key: APEXMALHAR-2248 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2248

[jira] [Commented] (APEXMALHAR-2247) Add iteration feature in SpillableArrayListImpl and generalize SerdeListSlice to SerdeCollectionSlice

2016-09-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505143#comment-15505143 ] ASF GitHub Bot commented on APEXMALHAR-2247: GitHub user davidyan74 opened a pull

[jira] [Commented] (APEXMALHAR-2246) The underlying map of SpillableByteArrayListMultimapImpl uses a primitive byte[] as a key, which won't work because it does not compare the underlying bytes

2016-09-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505125#comment-15505125 ] ASF GitHub Bot commented on APEXMALHAR-2246: GitHub user davidyan74 opened a pull

[GitHub] apex-malhar pull request #417: APEXMALHAR-2246 #resolve use Slice instead of...

2016-09-19 Thread davidyan74
GitHub user davidyan74 opened a pull request: https://github.com/apache/apex-malhar/pull/417 APEXMALHAR-2246 #resolve use Slice instead of byte[] in the underlying map of SpillableByteArrayListMultimapImpl @siyuanh Please review and merge You can merge this pull request into a Git

[jira] [Commented] (APEXMALHAR-2245) WindowBoundedMapCache.remove is a no-op if the key is not in the cache, resulting in the entry not being removed in the underlying storage

2016-09-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505111#comment-15505111 ] ASF GitHub Bot commented on APEXMALHAR-2245: GitHub user davidyan74 opened a pull

[GitHub] apex-malhar pull request #416: APEXMALHAR-2245 #resolve Add the key in remov...

2016-09-19 Thread davidyan74
GitHub user davidyan74 opened a pull request: https://github.com/apache/apex-malhar/pull/416 APEXMALHAR-2245 #resolve Add the key in removedKeys even if the key does not appear in the cache @siyuanh Please review and merge You can merge this pull request into a Git repository by

[jira] [Created] (APEXMALHAR-2246) The underlying map of SpillableByteArrayListMultimapImpl uses a primitive byte[] as a key, which won't work because it does not compare the underlying bytes

2016-09-19 Thread David Yan (JIRA)
David Yan created APEXMALHAR-2246: - Summary: The underlying map of SpillableByteArrayListMultimapImpl uses a primitive byte[] as a key, which won't work because it does not compare the underlying bytes Key: APEXMALHAR-2246

[jira] [Resolved] (APEXMALHAR-2191) Implement a way to get all keys with or without prefix from SpillableByteMapImpl

2016-09-19 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXMALHAR-2191. --- Resolution: Won't Fix Not valid any more > Implement a way to get all keys with or

[jira] [Updated] (APEXMALHAR-2244) Optimize WindowedStorage and Spillable data structures for time series

2016-09-19 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan updated APEXMALHAR-2244: -- Description: The spillable data structures currently does not make any assumption about

[jira] [Updated] (APEXMALHAR-2244) Optimize WindowedStorage and Spillable data structures for time series

2016-09-19 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan updated APEXMALHAR-2244: -- Description: The spillable data structures currently does not make any assumption about

[jira] [Created] (APEXMALHAR-2244) Optimize WindowedStorage and Spillable data structures for time series

2016-09-19 Thread David Yan (JIRA)
David Yan created APEXMALHAR-2244: - Summary: Optimize WindowedStorage and Spillable data structures for time series Key: APEXMALHAR-2244 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2244

[jira] [Commented] (APEXMALHAR-2243) change name StoreOperator.setExeModeStr(String) to setExecModeStr

2016-09-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15504400#comment-15504400 ] ASF GitHub Bot commented on APEXMALHAR-2243: Github user asfgit closed the pull request

[jira] [Closed] (APEXMALHAR-2243) change name StoreOperator.setExeModeStr(String) to setExecModeStr

2016-09-19 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise closed APEXMALHAR-2243. Resolution: Fixed > change name StoreOperator.setExeModeStr(String) to setExecModeStr

[GitHub] apex-malhar pull request #415: APEXMALHAR-2243 #resolve #comment change name...

2016-09-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-malhar/pull/415 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (APEXMALHAR-2243) change name StoreOperator.setExeModeStr(String) to setExecModeStr

2016-09-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15503896#comment-15503896 ] ASF GitHub Bot commented on APEXMALHAR-2243: GitHub user brightchen opened a pull

[GitHub] apex-malhar pull request #415: APEXMALHAR-2243 #resolve #comment change name...

2016-09-19 Thread brightchen
GitHub user brightchen opened a pull request: https://github.com/apache/apex-malhar/pull/415 APEXMALHAR-2243 #resolve #comment change name StoreOperator.setExeMod… …eStr(String) to setExecModeStr You can merge this pull request into a Git repository by running: $ git pull

[jira] [Assigned] (APEXMALHAR-2243) change name StoreOperator.setExeModeStr(String) to setExecModeStr

2016-09-19 Thread bright chen (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bright chen reassigned APEXMALHAR-2243: --- Assignee: bright chen > change name StoreOperator.setExeModeStr(String) to

[jira] [Created] (APEXMALHAR-2243) change name StoreOperator.setExeModeStr(String) to setExecModeStr

2016-09-19 Thread bright chen (JIRA)
bright chen created APEXMALHAR-2243: --- Summary: change name StoreOperator.setExeModeStr(String) to setExecModeStr Key: APEXMALHAR-2243 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2243

[jira] [Commented] (APEXCORE-526) Publish javadoc for releases on ASF infrastructure

2016-09-19 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15503804#comment-15503804 ] Thomas Weise commented on APEXCORE-526: --- We can setup the project on buildbot to build

[jira] [Created] (APEXMALHAR-2242) Add documentation for 0.9 version of Kafka Input Operator.

2016-09-19 Thread Chaitanya (JIRA)
Chaitanya created APEXMALHAR-2242: - Summary: Add documentation for 0.9 version of Kafka Input Operator. Key: APEXMALHAR-2242 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2242 Project: Apache