amazon_security_lake: tolerate non-ISO8601 in time_dt timestamps - #14799
Merged
Conversation
The Go arrow parquet parser serialises timestamps into a non-conformant format, 2006-01-02 15:04:05.999999999Z0700, resulting in date processor failure. This has been fixed upstream and will be available in a future version of the package. In the mean time, tolerate the format that they emit. Note that the long optional chain is required because the 9s fractional specification in the serialisation indicates that the marshaler will truncate trailing zero digits[1]. [1]https://pkg.go.dev/time
efd6
force-pushed
the
14588-amazon_security_lake
branch
from
August 4, 2025 23:54
ac002a6 to
a74bee5
Compare
Contributor
🚀 Benchmarks reportTo see the full report comment with |
�� Build Succeeded
cc @efd6 |
|
efd6
marked this pull request as ready for review
August 5, 2025 00:21
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
chrisberkhout
approved these changes
Aug 8, 2025
Contributor
|
Package amazon_security_lake - 2.7.0 containing this change is available at https://epr.elastic.co/package/amazon_security_lake/2.7.0/ |
robester0403
pushed a commit
to robester0403/integrations
that referenced
this pull request
Aug 14, 2025
…stic#14799) The Go arrow parquet parser serialises timestamps into a non-conformant format, 2006-01-02 15:04:05.999999999Z0700, resulting in date processor failure. This has been fixed upstream and will be available in a future version of the package. In the mean time, tolerate the format that they emit. Note that the long optional chain is required because the 9s fractional specification in the serialisation indicates that the marshaler will truncate trailing zero digits[1]. [1]https://pkg.go.dev/time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots