You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/02 01:33:10 UTC

[jira] [Commented] (TAJO-1993) Table Timezone doesn't work when Timezone is not exactly same.

    [ https://issues.apache.org/jira/browse/TAJO-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034973#comment-15034973 ] 

ASF GitHub Bot commented on TAJO-1993:
--------------------------------------

Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/888#discussion_r46362287
  
    --- Diff: tajo-core/src/main/java/org/apache/tajo/util/TimeZoneUtil.java ---
    @@ -0,0 +1,64 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements.  See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership.  The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License.  You may obtain a copy of the License at
    + *
    + *   http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing, software
    + * distributed under the License is distributed on an "AS IS" BASIS,
    + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    + * See the License for the specific language governing permissions and
    + * limitations under the License.
    + */
    +
    +package org.apache.tajo.util;
    +
    +import com.facebook.presto.hive.shaded.com.google.common.collect.Maps;
    --- End diff --
    
    It should be ``com.google.common.collect.Maps`` instead of presto one.


> Table Timezone doesn't work when Timezone is not exactly same.
> --------------------------------------------------------------
>
>                 Key: TAJO-1993
>                 URL: https://issues.apache.org/jira/browse/TAJO-1993
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Client
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>             Fix For: 0.12.0, 0.11.1
>
>
> Java TimezoneId doesn't handle below case
> Asia/Seoul is not same ASIA/Seoul
> so. it cann't find proper timezone ID



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)