You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "lamber-ken (Jira)" <ji...@apache.org> on 2019/09/16 18:26:00 UTC

[jira] [Created] (CARBONDATA-3521) optimize read property file code

lamber-ken created CARBONDATA-3521:
--------------------------------------

             Summary: optimize read property file code
                 Key: CARBONDATA-3521
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3521
             Project: CarbonData
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.6.0
            Reporter: lamber-ken
             Fix For: 1.6.1


Some points

1) change System.getProperty(key) to System.getProperty(key, default)

2) optimize duplicated code, like CARBON_PROPERTIES_FILE_PATH_DEFAULT

3) change default carbon properties file path



--
This message was sent by Atlassian Jira
(v8.3.2#803003)