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/

Reply via email to