Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
birschick-bq committed Nov 1, 2024
1 parent 84692fd commit 192ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Drivers/Apache/Spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following table depicts how the Spark ADBC driver converts a Spark type to a
| DATE* | *String* | *string* | Date32 | DateTime |
| DECIMAL* | *String* | *string* | Decimal128 | SqlDecimal |
| DOUBLE | Double | double | | |
| FLOAT | *Double* | *double* | | |
| FLOAT | *Double* | *double* | Float | float |
| INT | Int32 | int | | |
| INTERVAL_DAY_TIME+ | String | string | | |
| INTERVAL_YEAR_MONTH+ | String | string | | |
Expand Down

0 comments on commit 192ee5b

Please sign in to comment.