This is an automated email from the ASF dual-hosted git repository.

snlee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from b3af476b83 Prevent inverted index on a non dictionary column in table 
config (#12043)
     new 95d4950dab Added new SpecialValueTransformer and tests.
     new 5c8f43ead1 fix typo in comment.
     new 2c05f8dca9 addressed comments and added test for ensuring order of 
transformers.
     new 06e91c13a1 added code to remove NaN from multivalued columns and 
modified order of transformers.
     new 05be5cfd9a modifed test to ensure order of transformers.
     new f79b618141 fixed note in SpecialValueTransformer.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../recordtransformer/CompositeTransformer.java    |  12 +-
 .../recordtransformer/SpecialValueTransformer.java | 113 ++++++++++++++++++
 .../recordtransformer/RecordTransformerTest.java   | 127 ++++++++++++++++++++-
 3 files changed, 248 insertions(+), 4 deletions(-)
 create mode 100644 
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/SpecialValueTransformer.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to