You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (Code Review)" <do...@asterixdb.incubator.apache.org> on 2016/01/08 20:58:47 UTC

Change in asterixdb[master]: ASTERIXDB-944: added an AQL function that prints internal da...

Yingyi Bu has posted comments on this change.

Change subject: ASTERIXDB-944: added an AQL function that prints internal data format
......................................................................


Patch Set 4:

(3 comments)

There are some per-tuple-based object creation issues in AdmToBytesFactory that need to be fixed.

https://asterix-gerrit.ics.uci.edu/#/c/523/4/asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AdmToBytesFactory.java
File asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AdmToBytesFactory.java:

Line 122:                     visitor = new AdmToBytesVisitor(admToBytesHelper, outputLevel);
per-tuple-based object creation.


Line 127:                         Triple<IAType, RuntimeRecordTypeInfo, Long> arg = new Triple<>(outputType,
Could this lead to per-tuple-based object creation?


Line 165:                             StringBuilder sb = new StringBuilder();
per-tuple-based object creation.


-- 
To view, visit https://asterix-gerrit.ics.uci.edu/523
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I31d0b2ec2d8686531833811937596c3dca660b1e
Gerrit-PatchSet: 4
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Heri Ramampiaro <he...@gmail.com>
Gerrit-Reviewer: Heri Ramampiaro <he...@gmail.com>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-Reviewer: Yingyi Bu <bu...@gmail.com>
Gerrit-HasComments: Yes