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

xiangfu0 pushed a change to branch xiangfu0/data-3221-2-intern-parse
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from a564ed6de4f Freeze shared metadata field specs before interning
     add e85ea6ccd10 Remove runtime freezing from shared segment field specs

No new revisions were added by this update.

Summary of changes:
 .../segment/index/SegmentMetadataImplTest.java     |   7 -
 .../apache/pinot/segment/spi/ColumnMetadata.java   |   5 +-
 .../apache/pinot/segment/spi/SegmentMetadata.java  |   4 +-
 .../spi/index/metadata/ColumnMetadataImpl.java     |  17 +-
 .../spi/index/metadata/ColumnMetadataImplTest.java |  99 --------
 .../apache/pinot/spi/data/DateTimeFieldSpec.java   |  13 -
 .../java/org/apache/pinot/spi/data/FieldSpec.java  | 102 +-------
 .../org/apache/pinot/spi/data/MetricFieldSpec.java |   1 -
 .../org/apache/pinot/spi/data/TimeFieldSpec.java   |  17 --
 .../apache/pinot/spi/data/TimeGranularitySpec.java |  35 ---
 .../apache/pinot/spi/data/FieldSpecFreezeTest.java | 280 ---------------------
 11 files changed, 13 insertions(+), 567 deletions(-)
 delete mode 100644 
pinot-spi/src/test/java/org/apache/pinot/spi/data/FieldSpecFreezeTest.java


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

Reply via email to