You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by kh...@apache.org on 2023/07/28 05:36:08 UTC

[pinot] branch master updated: rename metadataFields config field name to match other metadata config fields. (#11202)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 459e88aae2 rename metadataFields config field name to match other metadata config fields. (#11202)
459e88aae2 is described below

commit 459e88aae2ec1c0c10922e005963c96731359ce9
Author: Jeff Bolle <Je...@users.noreply.github.com>
AuthorDate: Fri Jul 28 01:36:02 2023 -0400

    rename metadataFields config field name to match other metadata config fields. (#11202)
---
 .../main/java/org/apache/pinot/plugin/stream/pulsar/PulsarConfig.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarConfig.java b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarConfig.java
index 8abd7ce0d3..8fefc0e7c5 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarConfig.java
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarConfig.java
@@ -43,7 +43,7 @@ public class PulsarConfig {
   public static final String AUTHENTICATION_TOKEN = "authenticationToken";
   public static final String TLS_TRUST_CERTS_FILE_PATH = "tlsTrustCertsFilePath";
   public static final String ENABLE_KEY_VALUE_STITCH = "enableKeyValueStitch";
-  public static final String METADATA_FIELDS = "metadataFields"; //list of the metadata fields comma separated
+  public static final String METADATA_FIELDS = "metadata.fields"; //list of the metadata fields comma separated
 
   private final String _pulsarTopicName;
   private final String _subscriberId;


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