diff options
author | imunkin <imunkin@yandex-team.com> | 2024-11-26 19:46:40 +0300 |
---|---|---|
committer | imunkin <imunkin@yandex-team.com> | 2024-11-26 19:56:06 +0300 |
commit | 00deefc167044535c1a7adb6b825f46e47c1d643 (patch) | |
tree | f87a85464212d2ebb04853373baa45cd0ec6ea58 /yql/essentials/udfs/common/datetime2/test_bigdates/canondata/result.json | |
parent | 4b252d894a5c829dca409068912a233b6e275d56 (diff) | |
download | ydb-00deefc167044535c1a7adb6b825f46e47c1d643.tar.gz |
YQL-18303: Introduce From* converters overloads for Timestamp64
commit_hash:9e4f59aa752831d906745606e53e3f36a370a0a4
Diffstat (limited to 'yql/essentials/udfs/common/datetime2/test_bigdates/canondata/result.json')
-rw-r--r-- | yql/essentials/udfs/common/datetime2/test_bigdates/canondata/result.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yql/essentials/udfs/common/datetime2/test_bigdates/canondata/result.json b/yql/essentials/udfs/common/datetime2/test_bigdates/canondata/result.json index f83bc10798..c804444f63 100644 --- a/yql/essentials/udfs/common/datetime2/test_bigdates/canondata/result.json +++ b/yql/essentials/udfs/common/datetime2/test_bigdates/canondata/result.json @@ -1,4 +1,14 @@ { + "test.test[BlockFrom]": [ + { + "uri": "file://test.test_BlockFrom_/results.txt" + } + ], + "test.test[From]": [ + { + "uri": "file://test.test_From_/results.txt" + } + ], "test.test[SplitMake]": [ { "uri": "file://test.test_SplitMake_/results.txt" |