You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/content/en/docs/1.11.1/IDL Language/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,10 +170,10 @@ The primitive types supported by Avro IDL are the same as those supported by Avr
170
170
### Logical Types
171
171
Some of the logical types supported by Avro's JSON format are also supported by Avro IDL. The currently supported types are:
172
172
173
-
* _decimal_ (logical type [decimal]({{< relref "specification#decimal" >}}))
174
-
* _date_ (logical type [date]({{< relref "specification#date" >}}))
175
-
* _time_ms_ (logical type [time-millis]({{< relref "specification#time-millisecond-precision" >}}))
176
-
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "specification#timestamp-millisecond-precision" >}}))
173
+
* _decimal_ (logical type [decimal]({{< relref "../specification#decimal" >}}))
174
+
* _date_ (logical type [date]({{< relref "../specification#date" >}}))
175
+
* _time_ms_ (logical type [time-millis]({{< relref "../specification#time-millisecond-precision" >}}))
176
+
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "../specification#timestamp-millisecond-precision" >}}))
177
177
178
178
For example:
179
179
```java
@@ -206,7 +206,7 @@ record Card {
206
206
```
207
207
208
208
### Default Values
209
-
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "specification#schema-record" >}}).
209
+
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "../specification#schema-record" >}}).
Copy file name to clipboardExpand all lines: doc/content/en/docs/1.11.2/IDL Language/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,11 +170,11 @@ The primitive types supported by Avro IDL are the same as those supported by Avr
170
170
### Logical Types
171
171
Some of the logical types supported by Avro's JSON format are also supported by Avro IDL. The currently supported types are:
172
172
173
-
* _decimal_ (logical type [decimal]({{< relref "specification#decimal" >}}))
174
-
* _date_ (logical type [date]({{< relref "specification#date" >}}))
175
-
* _time_ms_ (logical type [time-millis]({{< relref "specification#time-millisecond-precision" >}}))
176
-
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "specification#timestamp-millisecond-precision" >}}))
177
-
* _uuid_ (logical type [uuid]({{< relref "specification#uuid" >}}))
173
+
* _decimal_ (logical type [decimal]({{< relref "../specification#decimal" >}}))
174
+
* _date_ (logical type [date]({{< relref "../specification#date" >}}))
175
+
* _time_ms_ (logical type [time-millis]({{< relref "../specification#time-millisecond-precision" >}}))
176
+
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "../specification#timestamp-millisecond-precision" >}}))
177
+
* _uuid_ (logical type [uuid]({{< relref "../specification#uuid" >}}))
178
178
179
179
For example:
180
180
```java
@@ -208,7 +208,7 @@ record Card {
208
208
```
209
209
210
210
### Default Values
211
-
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "specification#schema-record" >}}).
211
+
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "../specification#schema-record" >}}).
Copy file name to clipboardExpand all lines: doc/content/en/docs/1.11.3/IDL Language/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,11 +170,11 @@ The primitive types supported by Avro IDL are the same as those supported by Avr
170
170
### Logical Types
171
171
Some of the logical types supported by Avro's JSON format are also supported by Avro IDL. The currently supported types are:
172
172
173
-
* _decimal_ (logical type [decimal]({{< relref "specification#decimal" >}}))
174
-
* _date_ (logical type [date]({{< relref "specification#date" >}}))
175
-
* _time_ms_ (logical type [time-millis]({{< relref "specification#time-millisecond-precision" >}}))
176
-
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "specification#timestamp-millisecond-precision" >}}))
177
-
* _uuid_ (logical type [uuid]({{< relref "specification#uuid" >}}))
173
+
* _decimal_ (logical type [decimal]({{< relref "../specification#decimal" >}}))
174
+
* _date_ (logical type [date]({{< relref "../specification#date" >}}))
175
+
* _time_ms_ (logical type [time-millis]({{< relref "../specification#time-millisecond-precision" >}}))
176
+
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "../specification#timestamp-millisecond-precision" >}}))
177
+
* _uuid_ (logical type [uuid]({{< relref "../specification#uuid" >}}))
178
178
179
179
For example:
180
180
```java
@@ -208,7 +208,7 @@ record Card {
208
208
```
209
209
210
210
### Default Values
211
-
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "specification#schema-record" >}}).
211
+
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "../specification#schema-record" >}}).
0 commit comments