Commit c2db00b1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bb381ec3
......@@ -297,7 +297,10 @@ func (pt PartitionTable) Clone() *PartitionTable {
PTid: pt.PTid,
r_: pt.r_,
}
pt_.tab = ...
for _, cellv := range pt.tab {
pt_.tab = append(pt_.tab, append([]Cell(nil), cellv))
}
return pt_
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment