You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/29 01:50:21 UTC

[GitHub] [incubator-paimon] JingsongLi opened a new issue, #734: [Bug] Timestamp LTZ is unsupported in table store

JingsongLi opened a new issue, #734:
URL: https://github.com/apache/incubator-paimon/issues/734

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Paimon version
   
   0.4
   
   ### Compute Engine
   
   flink
   
   ### Minimal reproduce step
   
   run table with timestamp with local zone field.
   
   ### What doesn't meet your expectations?
   
   Due to orc format limitation, timestamp ltz is unsupported now. We should fix this, and validate this type cross multiple engines (hive spark trino).
   We need to careful about time zone.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi commented on issue #734: [Bug] Timestamp LTZ is unsupported in table store

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on issue #734:
URL: https://github.com/apache/incubator-paimon/issues/734#issuecomment-1493774587

   @hk-lrzy assigned to you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] hk-lrzy commented on issue #734: [Bug] Timestamp LTZ is unsupported in table store

Posted by "hk-lrzy (via GitHub)" <gi...@apache.org>.
hk-lrzy commented on issue #734:
URL: https://github.com/apache/incubator-paimon/issues/734#issuecomment-1506439151

   > > @JingsongLi can you assign this task to me, i am interest on this it.
   > 
   > Orc has been fixed, we need to fix spark, hive, trino.. And parquet.
   
   i think you want to say `avro` i see Parquet already supported.
   ```
               case TIMESTAMP_WITH_LOCAL_TIME_ZONE:
                   LocalZonedTimestampType localZonedTimestampType = (LocalZonedTimestampType) type;
                   return localZonedTimestampType.getPrecision() <= 6
                           ? Types.primitive(INT64, repetition).named(name)
                           : Types.primitive(PrimitiveType.PrimitiveTypeName.INT96, repetition)
                                   .named(name);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi closed issue #734: [Bug] Timestamp LTZ is unsupported in table store

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi closed issue #734: [Bug] Timestamp LTZ is unsupported in table store
URL: https://github.com/apache/incubator-paimon/issues/734


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi commented on issue #734: [Bug] Timestamp LTZ is unsupported in table store

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on issue #734:
URL: https://github.com/apache/incubator-paimon/issues/734#issuecomment-1493771269

   > @JingsongLi can you assign this task to me, i am interest on this it.
   
   Orc has been fixed, you can take a look to parquet.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] legendtkl commented on issue #734: [Bug] Timestamp LTZ is unsupported in table store

Posted by "legendtkl (via GitHub)" <gi...@apache.org>.
legendtkl commented on issue #734:
URL: https://github.com/apache/incubator-paimon/issues/734#issuecomment-1549246648

   hi, I would like to take this task if it's suspend. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] hk-lrzy commented on issue #734: [Bug] Timestamp LTZ is unsupported in table store

Posted by "hk-lrzy (via GitHub)" <gi...@apache.org>.
hk-lrzy commented on issue #734:
URL: https://github.com/apache/incubator-paimon/issues/734#issuecomment-1491217491

   @JingsongLi can you assign this task to me, i am interest on this it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org