Skip to content

Commit b2099e5

Browse files
benedekilsulak
andauthored
Update src/main/scala/za/co/absa/standardization/adr/001-infinity-support-iso-pattern-defaults/Infinity-support-iso.md
Co-authored-by: Ladislav Sulak <laco.sulak@gmail.com>
1 parent 3b09679 commit b2099e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/za/co/absa/standardization/adr/001-infinity-support-iso-pattern-defaults/Infinity-support-iso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TypeParser is to provide the InfinitySupport with the column and the converting
1313

1414
# Outcome
1515

16-
InfinitySupport replaced with class providing unified `replaceInfinitySymbols` method with a conversion function, which is extended by InfinitySupportIso which implements the date/time algorithm to parse infinity values matching the input pattern using `defaultInfinityValueInjecction` else use `isoCast` for ISO-formatted infinity values using `isOfISODateFormat` and `isOfISOTimestampFormat` to detect SO formats
16+
InfinitySupport replaced with class providing unified `replaceInfinitySymbols` method with a conversion function, which is extended by InfinitySupportIso which implements the date/time algorithm to parse infinity values matching the input pattern using `defaultInfinityValueInjection` else use `isoCast` for ISO-formatted infinity values using `isOfISODateFormat` and `isOfISOTimestampFormat` to detect SO formats
1717

1818
TypeParser continues orchestrating standardisation and delegating Parsers for source to target types.
1919

0 commit comments

Comments
 (0)