File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/synapse-analytics/spark Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ CREATE TABLE <table_name> TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true
105
105
106
106
2 . Scala
107
107
108
- Using the [ DeltaTableBuilder API] ( https://docs.delta.io/latest/api/scala/io/ delta/tables/DeltaTableBuilder .html ) :
108
+ Using the [ DeltaTableBuilder API] ( https://docs.delta.io/latest/delta-apidoc .html ) :
109
109
110
110
``` scala
111
111
val table = DeltaTable .create()
@@ -126,7 +126,7 @@ ALTER TABLE <table_name> SET TBLPROPERTIES (delta.autoOptimize.optimizeWrite = t
126
126
127
127
2 . Scala
128
128
129
- Using the [ DeltaTableBuilder API] ( https://docs.delta.io/latest/api/scala/io/ delta/tables/DeltaTableBuilder .html )
129
+ Using the [ DeltaTableBuilder API] ( https://docs.delta.io/latest/delta-apidoc .html )
130
130
131
131
``` scala
132
132
val table = DeltaTable .replace()
You can’t perform that action at this time.
0 commit comments