This is an automated email from the ASF dual-hosted git repository.

opwvhk pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 9070a448c Add local_timestamp_ms logical type to IDL doc (#2835)
9070a448c is described below

commit 9070a448c6a9a42ba510feb8cace1e7bf5bf531c
Author: Roman Mitasov <[email protected]>
AuthorDate: Thu Apr 4 13:37:15 2024 +0300

    Add local_timestamp_ms logical type to IDL doc (#2835)
    
    Co-authored-by: Oscar Westra van Holthe - Kind 
<[email protected]>
---
 doc/content/en/docs/++version++/IDL Language/_index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/content/en/docs/++version++/IDL Language/_index.md 
b/doc/content/en/docs/++version++/IDL Language/_index.md
index 8fe3d0592..c238a80b7 100644
--- a/doc/content/en/docs/++version++/IDL Language/_index.md    
+++ b/doc/content/en/docs/++version++/IDL Language/_index.md    
@@ -174,6 +174,7 @@ Some of the logical types supported by Avro's JSON format 
are also supported by
 * _date_ (logical type [date]({{< relref "specification#date" >}}))
 * _time_ms_ (logical type [time-millis]({{< relref 
"specification#time-millisecond-precision" >}}))
 * _timestamp_ms_ (logical type [timestamp-millis]({{< relref 
"specification#timestamp-millisecond-precision" >}}))
+* _local_timestamp_ms_ (logical type [local-timestamp-millis]({{< relref 
"specification#local_timestamp_ms" >}}))
 * _uuid_ (logical type [uuid]({{< relref "specification#uuid" >}}))
 
 For example:

Reply via email to