Changeset: c00cf8c58e57 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c00cf8c58e57
Modified Files:
sql/test/dict/Tests/dict01.test
Branch: Jan2022
Log Message:
Another dict issue. I think it's a one off error from the offset range
diffs (155 lines):
diff --git a/sql/test/dict/Tests/dict01.test b/sql/test/dict/Tests/dict01.test
--- a/sql/test/dict/Tests/dict01.test
+++ b/sql/test/dict/Tests/dict01.test
@@ -471,6 +471,151 @@ statement ok
DROP TABLE t0
statement ok
+CREATE TABLE "sys"."t0" ("c0" INET,CONSTRAINT "t0_c0_unique" UNIQUE ("c0"))
+
+statement ok rowcount 129
+COPY 129 RECORDS INTO "sys"."t0" FROM stdin USING DELIMITERS E'\t',E'\n','"'
+<COPY_INTO_DATA>
+244.251.30.168/0
+193.58.12.111/28
+158.2.228.30
+118.242.29.246/29
+174.39.40.194
+208.45.38.50
+220.145.178.72/22
+37.110.85.132/21
+221.223.1.58
+243.28.234.146
+187.69.18.92/11
+130.172.253.124
+255.240.0.0
+172.50.129.0
+200.128.177.91/10
+184.200.70.44
+57.62.68.42/22
+205.225.61.215
+231.115.0.197/19
+174.61.68.50/16
+141.129.216.103/9
+108.84.161.160/31
+137.165.188.75
+199.26.192.124
+174.68.206.106/23
+11.2.62.238
+66.224.214.249/2
+81.8.45.173/3
+73.172.64.132
+91.184.252.105/16
+100.156.229.124/26
+241.34.172.174
+52.75.201.208
+72.33.200.34/20
+149.58.152.233/14
+163.157.18.154
+16.162.85.103
+80.150.119.142/5
+64.115.93.35/12
+134.84.52.212
+198.239.13.153
+75.90.188.227/9
+127.173.86.133
+96.191.239.22
+44.19.57.31
+42.83.211.64/12
+67.222.110.126
+6.28.187.158/8
+4.164.150.42
+177.177.109.39
+43.255.132.67
+99.240.226.248
+122.247.146.195/7
+243.30.227.197
+52.116.29.248/27
+72.168.179.208/0
+54.108.165.101
+189.68.182.218
+90.92.102.202/27
+255.255.255.255
+164.112.94.4
+35.63.255.255/10
+0.0.0.0
+54.247.69.155/6
+113.82.122.97/23
+198.227.220.13
+60.206.6.192
+42.192.224.37/2
+77.244.112.123
+208.212.132.51
+193.74.102.197
+116.0.0.0/11
+153.67.141.129/15
+233.61.200.140
+177.131.7.227/26
+156.22.8.58
+159.160.47.101/17
+155.246.9.74/21
+255.224.0.0
+144.131.92.109/1
+137.143.79.226/20
+16.81.247.195
+205.85.68.188/9
+64.200.193.148
+76.142.3.173
+30.49.11.98
+131.27.2.236
+129.114.99.141
+247.96.154.225
+239.2.126.60/25
+111.240.192.169/13
+35.104.201.99/30
+165.129.226.128
+188.104.25.178
+29.238.93.100
+0.0.3.255
+21.123.155.53
+224.51.151.165/2
+215.179.184.102/11
+235.229.251.151/1
+140.201.45.9
+250.232.23.250/3
+58.232.99.255/22
+208.97.50.1
+189.35.212.255
+118.18.132.7
+189.41.224.21/11
+58.73.178.65/26
+154.224.206.125/21
+219.152.46.200
+154.83.83.156/19
+117.246.249.67/0
+92.72.126.121/21
+152.97.247.53
+31.50.28.172
+40.142.170.50/29
+252.63.99.51
+37.205.166.213
+24.181.57.208/31
+249.245.158.205
+175.168.8.208
+42.128.114.58
+240.111.92.8
+21.94.9.180
+240.0.0.0/6
+85.218.27.188
+207.13.128.93
+10.51.76.216
+240.86.221.30
+
+statement ok
+CALL "sys"."dict_compress"('sys','t0','c0',true)
+
+statement ok rowcount 1
+INSERT INTO t0(c0) VALUES(INET '218.80.18.11/2')
+
+statement ok
+DROP TABLE t0
+
+statement ok
START TRANSACTION
statement ok
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list