Ian Maxon has posted comments on this change.
Change subject: Updates to reflects the function names and new lib-namings
......................................................................
Patch Set 3:
I think the function itself doesn't work either. The tutorial is still mixed
up, but I followed a path I knew should work (create the secondary feed from
the primary, applying #addHashTags), but it just barfs in the NC with this:
org.apache.asterix.common.exceptions.AsterixException:
org.apache.hyracks.api.exceptions.HyracksDataException:
org.apache.hyracks.api.exceptions.HyracksDataException:
java.io.UTFDataFormatException: malformed input around byte 8
at
org.apache.asterix.external.library.java.JObjectPointableVisitor.visit(JObjectPointableVisitor.java:84)
at
org.apache.asterix.external.library.java.JObjectAccessors$JRecordAccessor.access(JObjectAccessors.java:489)
at
org.apache.asterix.external.library.java.JObjectPointableVisitor.visit(JObjectPointableVisitor.java:64)
at
org.apache.asterix.external.library.java.JObjectAccessors$JRecordAccessor.access(JObjectAccessors.java:475)
at
org.apache.asterix.external.library.java.JObjectPointableVisitor.visit(JObjectPointableVisitor.java:64)
at
org.apache.asterix.external.library.JavaFunctionHelper.setArgument(JavaFunctionHelper.java:112)
at
org.apache.asterix.external.library.ExternalFunction.setArguments(ExternalFunction.java:95)
at
org.apache.asterix.external.library.ExternalScalarFunction.evaluate(ExternalFunctionProvider.java:59)
...
--
To view, visit https://asterix-gerrit.ics.uci.edu/359
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I46420c770ab194190bf122965f5e7525893ed128
Gerrit-PatchSet: 3
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Chen Li <[email protected]>
Gerrit-Reviewer: Chen Li <[email protected]>
Gerrit-Reviewer: Heri Ramampiaro <[email protected]>
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-HasComments: No