[GitHub] [hudi] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-29 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1230355907

   @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] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-29 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1229887369

   @nsivabalan 
   
   done, rebased to the latest master.
   
   And I checked the integrate test log, it shows error in 
`ITTestHoodieDemo.testParquetDemo:119` about `Exception in thread "main" 
org.apache.hudi.exception.HoodieIOException: File 
/user/hive/warehouse/stock_ticks_cow_bs_src does not exist.`. So it should be 
an error in `ingestFirstBatchAndHiveSync` which bootstrap failed somehow, and 
not related with my change.
   
   Let me rerun the test, it should be fine


-- 
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] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-27 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1229163101

   > can you rebase w/ latest master and address minor comments from danny. we 
can land it then.
   
   sure, and IT seems broken because of my code, let me check 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: commits-unsubscr...@hudi.apache.org

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



[GitHub] [hudi] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-25 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1226840804

   @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] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-23 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1225157773

   Done, updated the method `parseDateFromInstantTimeSafely`, it will log a 
warning message and return `Option.empty` when get an invalid timestamp, so 
won't output metrics when the timestamp is invalid.
   
   And rebased the code to the latest master.


-- 
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] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-23 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1223599455

   @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] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-23 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1223597840

   Hi @danny0405 
   
   Just pushed a new commit, and updated PR description, please help to review, 
really thanks.


-- 
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] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-08-17 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1218935335

   @yihua 
   Ohhh so sorry for late reply, too many issues recently, forgot this one, let 
me check it today. Thanks for remind


-- 
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] TengHuo commented on pull request #6000: [HUDI-4340] fix not parsable text DateTimeParseException in HoodieInstantTimeGenerator.parseDateFromInstantTime

2022-06-28 Thread GitBox


TengHuo commented on PR #6000:
URL: https://github.com/apache/hudi/pull/6000#issuecomment-1169475708

   The original error log has been attached in ticket HUDI-4340
   
   @XuQianJin-Stars boss, could you help to review this PR?
   
   Really appreciate


-- 
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