Skip to content

Array problem #16

Open
Open
@hiNikos

Description

@hiNikos

PhoenixHBaseQueryTranslator.java
protected String string(Object o) {
if (o instanceof Object[]) {
return "[" + Joiner.on(",").join(Lists.transform(Arrays.asList((Object[]) o), toString)) + "]";
..............

Maybe should retrun "ARRAY["+Joiner........

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions