[jira] [Commented] (PHOENIX-853) Support CAST(x as varchar(length)) syntax

2014-03-18 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939036#comment-13939036 ] Bruno Dumon commented on PHOENIX-853: - Filed PHOENIX-867 as follow-up. >

[jira] [Created] (PHOENIX-867) Support length and scale parameters for CAST

2014-03-18 Thread Bruno Dumon (JIRA)
Bruno Dumon created PHOENIX-867: --- Summary: Support length and scale parameters for CAST Key: PHOENIX-867 URL: https://issues.apache.org/jira/browse/PHOENIX-867 Project: Phoenix Issue Type

Closing jdbc driver clears metadata cache on server

2014-03-17 Thread Bruno Dumon
Hi, Something I recently noticed and wondered about: when closing the PhoenixDriver, it closes the ConnectionQueryServices, which in turn will clear the meta data caches on all the region servers. Is this intentional? I find it surprising that a client disconnect would lead the server to clear met

[jira] [Updated] (PHOENIX-853) Support CAST(x as varchar(length)) syntax

2014-03-17 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Dumon updated PHOENIX-853: Attachment: support-length-and-scale-in-cast.patch.txt Attaching a patch which recognizes length

[jira] [Commented] (PHOENIX-853) Support CAST(x as varchar(length)) syntax

2014-03-16 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13937301#comment-13937301 ] Bruno Dumon commented on PHOENIX-853: - I started looking into it a bit today,

[jira] [Commented] (PHOENIX-856) Allow phoenix driver reuse after being closed

2014-03-15 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936275#comment-13936275 ] Bruno Dumon commented on PHOENIX-856: - Interesting idea to register another dr

[jira] [Updated] (PHOENIX-856) Allow phoenix driver reuse after being closed

2014-03-15 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Dumon updated PHOENIX-856: Attachment: check-driver-closed.patch.txt > Allow phoenix driver reuse after being clo

[jira] [Updated] (PHOENIX-856) Allow phoenix driver reuse after being closed

2014-03-15 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Dumon updated PHOENIX-856: Attachment: allow-driver-restart.patch.txt > Allow phoenix driver reuse after being clo

[jira] [Created] (PHOENIX-856) Allow phoenix driver reuse after being closed

2014-03-15 Thread Bruno Dumon (JIRA)
Bruno Dumon created PHOENIX-856: --- Summary: Allow phoenix driver reuse after being closed Key: PHOENIX-856 URL: https://issues.apache.org/jira/browse/PHOENIX-856 Project: Phoenix Issue Type

[jira] [Created] (PHOENIX-853) Support CAST(x as varchar(length)) syntax

2014-03-14 Thread Bruno Dumon (JIRA)
Bruno Dumon created PHOENIX-853: --- Summary: Support CAST(x as varchar(length)) syntax Key: PHOENIX-853 URL: https://issues.apache.org/jira/browse/PHOENIX-853 Project: Phoenix Issue Type

[jira] [Commented] (PHOENIX-66) Support array creation from CSV file

2014-02-21 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13908444#comment-13908444 ] Bruno Dumon commented on PHOENIX-66: Thanks for the pointer to Hive's solut

[jira] [Commented] (PHOENIX-66) Support array creation from CSV file

2014-02-21 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13908344#comment-13908344 ] Bruno Dumon commented on PHOENIX-66: Sounds good. So if I got that right, the s

[jira] [Commented] (PHOENIX-64) Exception decoding single-element varchar array

2014-02-20 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13907481#comment-13907481 ] Bruno Dumon commented on PHOENIX-64: No, data migration is not yet an issue fo

[jira] [Updated] (PHOENIX-64) Exception decoding single-element varchar array

2014-02-20 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Dumon updated PHOENIX-64: --- Attachment: phoenix-64-patch.txt > Exception decoding single-element varchar ar

[jira] [Created] (PHOENIX-64) Exception decoding single-element varchar array

2014-02-20 Thread Bruno Dumon (JIRA)
Bruno Dumon created PHOENIX-64: -- Summary: Exception decoding single-element varchar array Key: PHOENIX-64 URL: https://issues.apache.org/jira/browse/PHOENIX-64 Project: Phoenix Issue Type: Bug

[jira] [Resolved] (PHOENIX-5) HRegion.put() on Phoenix table from within endpoint coprocessor fails with NPE

2014-01-20 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Dumon resolved PHOENIX-5. --- Resolution: Not A Problem The problem can be easily worked around by using the short-circuiting

[jira] [Commented] (PHOENIX-5) HRegion.put() on Phoenix table from within endpoint coprocessor fails with NPE

2014-01-20 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876812#comment-13876812 ] Bruno Dumon commented on PHOENIX-5: --- I tried it with the HTable

[jira] [Updated] (PHOENIX-5) HRegion.put() on Phoenix table from within endpoint coprocessor fails with NPE

2014-01-18 Thread Bruno Dumon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Dumon updated PHOENIX-5: -- Attachment: phoenix-coprocessor-compatibility-test.tar.gz > HRegion.put() on Phoenix table from wit

[jira] [Created] (PHOENIX-5) HRegion.put() on Phoenix table from within endpoint coprocessor fails with NPE

2014-01-18 Thread Bruno Dumon (JIRA)
Bruno Dumon created PHOENIX-5: - Summary: HRegion.put() on Phoenix table from within endpoint coprocessor fails with NPE Key: PHOENIX-5 URL: https://issues.apache.org/jira/browse/PHOENIX-5 Project