Login  Register

Re: [Discussion] Refactor dynamic configuration

Posted by xubo245 on Nov 01, 2018; 11:19am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Discussion-Refactor-dynamic-configuration-tp67057p67309.html

ok, this is better:

public static final Property CARBON_BAD_RECORDS_ACTION =
Property.buildStringProperty().
        .name(“carbon.bad.records.action”)
        .default(“FAIL”)
        .doc(“keep the same description as .md file”)
        .dynamic(true)
        .build()

I will raise another PR for it. And try to consider other scenario, such as:

/**
 * Below class will be used to keep all the internal property constants,
 * which will be used internally. These property will not be exposed to
users
 */
public interface CarbonCommonConstantsInternal {

  String QUERY_ON_PRE_AGG_STREAMING = "carbon.query.on.preagg.streaming.";

}



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/