Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3187

JDK APIs using the default locale, time zone or character set should be avoided

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • v2.5.2
    • REST Service

    Description

      Here are a few examples:

      server-base/src/main/java/org/apache/kylin/rest/service/JobService.java:        Calendar calendar = Calendar.getInstance();
      storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/HbaseStreamingInput.java:        Calendar cal = Calendar.getInstance();
      

      Locale should be specified.

      See CALCITE-1667 for related information.

      Attachments

        Activity

          People

            liukaige Kaige Liu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: