hudi icon indicating copy to clipboard operation
hudi copied to clipboard

Incremental start/end time parameters do not have validation

Open hudi-bot opened this issue 3 months ago • 0 comments

Incremental timestamps should support taking in yyyyMMddHHmmssSSS, or ISO timestamps like 2025-01-02 or 2025-01-02T03:04:56.789, etc, or epoch seconds or mills.

Currently, random numbers like 42 can be passed to it and go through.

It should validate the input and fail as soon as the input is not in the expected format. Same goes for time-travel query.

[https://github.com/apache/hudi-rs] has implemented this:

!Screenshot 2025-08-13 at 2.00.15 PM.png!

JIRA info

  • Link: https://issues.apache.org/jira/browse/HUDI-9711
  • Type: Bug
  • Fix version(s):
    • 1.1.0
  • Attachment(s):
    • 13/Aug/25 19:00;xushiyan;Screenshot 2025-08-13 at 2.00.15 PM.png;https://issues.apache.org/jira/secure/attachment/13077966/Screenshot+2025-08-13+at+2.00.15%E2%80%AFPM.png

hudi-bot avatar Nov 30 '25 12:11 hudi-bot