[jira] [Updated] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Rajat Khandelwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajat Khandelwal updated LENS-1487:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.8
>
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Rajat Khandelwal (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16262116#comment-16262116
 ] 

Rajat Khandelwal commented on LENS-1487:


Committed myself.

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.8
>
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Rajat Khandelwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajat Khandelwal updated LENS-1487:
---
Fix Version/s: 2.8

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.8
>
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1488) TestQueryService.testEstimateRejectionException test is failing consistently

2017-11-21 Thread Raju Bairishetti (JIRA)
Raju Bairishetti created LENS-1488:
--

 Summary: TestQueryService.testEstimateRejectionException test is 
failing consistently
 Key: LENS-1488
 URL: https://issues.apache.org/jira/browse/LENS-1488
 Project: Apache Lens
  Issue Type: Bug
  Components: server
Reporter: Raju Bairishetti


TestQueryService.testEstimateRejectionException is failing. 

{noformat}
Tests run: 70, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 333.018 sec 
<<< FAILURE! - in org.apache.lens.server.query.TestQueryService
testEstimateRejectionException(org.apache.lens.server.query.TestQueryService)  
Time elapsed: 5.145 sec  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertTrue(Assert.java:42)
at org.testng.Assert.assertTrue(Assert.java:52)
at 
org.apache.lens.server.query.TestQueryService.testEstimateRejectionException(TestQueryService.java:2114)

testEstimateRejectionException(org.apache.lens.server.query.TestQueryService)  
Time elapsed: 4.269 sec  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertTrue(Assert.java:42)
at org.testng.Assert.assertTrue(Assert.java:52)
at 
org.apache.lens.server.query.TestQueryService.testEstimateRejectionException(TestQueryService.java:2114)

Results :

Failed tests: 
  TestQueryService.testEstimateRejectionException:2114 expected [true] but 
found [false]
  TestQueryService.testEstimateRejectionException:2114 expected [true] but 
found [false]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260576#comment-16260576
 ] 

Hadoop QA commented on LENS-1487:
-

Applied patch: 
[LENS-1487.2017-11-21_16:17:11.patch|https://issues.apache.org/jira/secure/attachment/12898644/LENS-1487.2017-11-21_16%3A17%3A11.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1472/

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Rajat Khandelwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajat Khandelwal updated LENS-1487:
---
Status: Patch Available  (was: Open)

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Rajat Khandelwal (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260564#comment-16260564
 ] 

Rajat Khandelwal commented on LENS-1487:


Small enough diff. Attaching directly

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Rajat Khandelwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajat Khandelwal updated LENS-1487:
---
Attachment: LENS-1487.2017-11-21_16:17:11.patch

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Rajat Khandelwal (JIRA)
Rajat Khandelwal created LENS-1487:
--

 Summary: Incorrect handling of array columns in python client
 Key: LENS-1487
 URL: https://issues.apache.org/jira/browse/LENS-1487
 Project: Apache Lens
  Issue Type: Bug
  Components: client
Reporter: Rajat Khandelwal
Assignee: Rajat Khandelwal


The client is splitting the list on every character. It should be splitting on 
comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260551#comment-16260551
 ] 

Hudson commented on LENS-1486:
--

UNSTABLE: Integrated in Jenkins build Lens-Commit #1449 (See 
[https://builds.apache.org/job/Lens-Commit/1449/])
LENS-1486 : Disable test case testQueryAliveOnSessionClose (sushilmohanty: rev 
26125ac67080477219930945c61f6093a22ec45a)
* (edit) 
lens-server/src/test/java/org/apache/lens/server/query/TestQueryIndependenceFromSessionClose.java


> Disable test case testQueryAliveOnSessionClose 
> ---
>
> Key: LENS-1486
> URL: https://issues.apache.org/jira/browse/LENS-1486
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1486.patch
>
>
> TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
> in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Puneet Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260496#comment-16260496
 ] 

Puneet Gupta commented on LENS-1486:


+1

> Disable test case testQueryAliveOnSessionClose 
> ---
>
> Key: LENS-1486
> URL: https://issues.apache.org/jira/browse/LENS-1486
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1486.patch
>
>
> TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
> in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Sushil Mohanty (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260489#comment-16260489
 ] 

Sushil Mohanty commented on LENS-1486:
--

Committed myself.

> Disable test case testQueryAliveOnSessionClose 
> ---
>
> Key: LENS-1486
> URL: https://issues.apache.org/jira/browse/LENS-1486
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1486.patch
>
>
> TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
> in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16260469#comment-16260469
 ] 

Hadoop QA commented on LENS-1486:
-

Applied patch: 
[LENS-1486.patch|https://issues.apache.org/jira/secure/attachment/12898634/LENS-1486.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1471/

> Disable test case testQueryAliveOnSessionClose 
> ---
>
> Key: LENS-1486
> URL: https://issues.apache.org/jira/browse/LENS-1486
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1486.patch
>
>
> TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
> in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Sushil Mohanty (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sushil Mohanty updated LENS-1486:
-
Status: Patch Available  (was: Open)

> Disable test case testQueryAliveOnSessionClose 
> ---
>
> Key: LENS-1486
> URL: https://issues.apache.org/jira/browse/LENS-1486
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1486.patch
>
>
> TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
> in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Sushil Mohanty (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sushil Mohanty updated LENS-1486:
-
Attachment: LENS-1486.patch

> Disable test case testQueryAliveOnSessionClose 
> ---
>
> Key: LENS-1486
> URL: https://issues.apache.org/jira/browse/LENS-1486
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1486.patch
>
>
> TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
> in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Sushil Mohanty (JIRA)
Sushil Mohanty created LENS-1486:


 Summary: Disable test case testQueryAliveOnSessionClose 
 Key: LENS-1486
 URL: https://issues.apache.org/jira/browse/LENS-1486
 Project: Apache Lens
  Issue Type: Bug
  Components: server
Reporter: Sushil Mohanty
Assignee: Sushil Mohanty


TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)