Skip to content

Commit eb22c3a

Browse files
authored
Merge pull request #176758 from v-rajagt/maburd-oct18
Link fixed.
2 parents 2dfa2c9 + 0e52aaf commit eb22c3a

File tree

1 file changed

+1
-3
lines changed
  • articles/synapse-analytics/metadata

1 file changed

+1
-3
lines changed

articles/synapse-analytics/metadata/table.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Spark tables provide different data types than the Synapse SQL engines. The foll
6464
|---|---|---|
6565
| `LongType`, `long`, `bigint` | `bigint` | **Spark**: *LongType* represents 8-byte signed integer numbers.<BR>**SQL**: See [int, bigint, smallint, and tinyint](/sql/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql).|
6666
| `BooleanType`, `boolean` | `bit` (Parquet), `varchar(6)` (CSV) | **Spark**: Boolean.<BR>**SQL**: See [/sql/t-sql/data-types/bit-transact-sql).|
67-
| `DecimalType`, `decimal`, `dec`, `numeric` | `decimal` | **Spark**: *DecimalType* represents arbitrary-precision signed decimal numbers. Backed internally by java.math.BigDecimal. A BigDecimal consists of an arbitrary precision integer unscaled value and a 32-bit integer scale. <br> **SQL**: Fixed precision and scale numbers. When maximum precision is used, valid values are from - 10^38 +1 through 10^38 - 1. The ISO synonyms for decimal are dec and dec(p, s). numeric is functionally identical to decimal. See [decimal and numeric](/sql/t-sql/data-types/decimal-and-numeric-transact-sql]). |
67+
| `DecimalType`, `decimal`, `dec`, `numeric` | `decimal` | **Spark**: *DecimalType* represents arbitrary-precision signed decimal numbers. Backed internally by java.math.BigDecimal. A BigDecimal consists of an arbitrary precision integer unscaled value and a 32-bit integer scale. <br> **SQL**: Fixed precision and scale numbers. When maximum precision is used, valid values are from - 10^38 +1 through 10^38 - 1. The ISO synonyms for decimal are dec and dec(p, s). numeric is functionally identical to decimal. See [decimal and numeric](/sql/t-sql/data-types/decimal-and-numeric-transact-sql). |
6868
| `IntegerType`, `Integer`, `int` | `int` | **Spark** *IntegerType* represents 4-byte signed integer numbers. <BR>**SQL**: See [int, bigint, smallint, and tinyint](/sql/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql).|
6969
| `ByteType`, `Byte`, `tinyint` | `smallint` | **Spark**: *ByteType* represents 1-byte signed integer numbers [-128 to 127] and ShortType represents 2-byte signed integer numbers [-32768 to 32767]. <br> **SQL**: Tinyint represents 1-byte signed integer numbers [0, 255] and smallint represents 2-byte signed integer numbers [-32768, 32767]. See [int, bigint, smallint, and tinyint](/sql/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql).|
7070
| `ShortType`, `Short`, `smallint` | `smallint` | Same as above. |
@@ -192,5 +192,3 @@ id | name | birthdate
192192

193193
- [Learn more about Azure Synapse Analytics' shared metadata](overview.md)
194194
- [Learn more about Azure Synapse Analytics' shared metadata database](database.md)
195-
196-

0 commit comments

Comments
 (0)