You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/11/19 00:22:35 UTC

[incubator-pinot] branch master updated (f099515 -> 6d655f9)

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

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


    from f099515  Update snapshot version to 0.7.0-SNAPSHOT (#6279)
     add 6d655f9  Adding config utils to apply environment variables and apply it to table config (#6271)

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/metadata/ZKMetadataProvider.java  |   5 +-
 .../org/apache/pinot/spi/config/ConfigUtils.java   |  95 +++++++++++++
 .../apache/pinot/spi/config/ConfigUtilsTest.java   | 156 +++++++++++++++++++++
 3 files changed, 255 insertions(+), 1 deletion(-)
 create mode 100644 pinot-spi/src/main/java/org/apache/pinot/spi/config/ConfigUtils.java
 create mode 100644 pinot-spi/src/test/java/org/apache/pinot/spi/config/ConfigUtilsTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org