[GitHub] [hudi] codope commented on pull request #4203: [HUDI-2909] Handle logical type in TimestampBasedKeyGenerator

2022-01-08 Thread GitBox


codope commented on pull request #4203:
URL: https://github.com/apache/hudi/pull/4203#issuecomment-1007218764


   @hudi-bot run azure


-- 
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: commits-unsubscr...@hudi.apache.org

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




[GitHub] [hudi] codope commented on pull request #4203: [HUDI-2909] Handle logical type in TimestampBasedKeyGenerator

2022-01-07 Thread GitBox


codope commented on pull request #4203:
URL: https://github.com/apache/hudi/pull/4203#issuecomment-1007218764


   @hudi-bot run azure


-- 
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: commits-unsubscr...@hudi.apache.org

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




[GitHub] [hudi] codope commented on pull request #4203: [HUDI-2909] Handle logical type in TimestampBasedKeyGenerator

2022-01-06 Thread GitBox


codope commented on pull request #4203:
URL: https://github.com/apache/hudi/pull/4203#issuecomment-1006547783


   > @nsivabalan @codope I have a discussion related to this implement. In this 
pr, most of work is just to pass `isConsistentLogicalTimestampEnabled` to the 
method `HoodieAvroUtils.convertValueForAvroLogicalTypes`. What if we have 
another config need to do this in the future?
   
   @YannByron You bring up a good point. Adding another config in future is 
tedious. However, the intention behind adding a new config was to avoid 
discrepancy in existing pipelines. @nsivabalan has explained this in more 
detail on the jira HUDI-2909. I do not expect such changes to be frequent. 
Nevertheless, i'll try to avoid making incompatible changes to public APIs.


-- 
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: commits-unsubscr...@hudi.apache.org

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




[GitHub] [hudi] codope commented on pull request #4203: [HUDI-2909] Handle logical type in TimestampBasedKeyGenerator

2021-12-31 Thread GitBox


codope commented on pull request #4203:
URL: https://github.com/apache/hudi/pull/4203#issuecomment-1003405944


   > @codope : is this good to review. If there are any pending work, I can 
take it up as I am focusing on all issues and jiras. let me know.
   
   @nsivabalan It is now ready to review. Both row-writer and non-row writer 
path will emit same value for logical timestamp type column if the config is 
enabled.


-- 
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: commits-unsubscr...@hudi.apache.org

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