Skip to content

Commit 38236c7

Browse files
authored
HIVE-29200: CI Spell checking errors in ObjectInspectorUtils and TeradataBinarySerde (#6077)
1. Add a pattern to skip spell checking on HTTP URLs 2. Add HTTP abbreviation in the dictionary 3. Remove dead/absent entries from expect.txt so silence spell check warnings
1 parent 4bb0809 commit 38236c7

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
HTTP

.github/actions/spelling/expect.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
AAAAABJRU
2-
aarry
32
abcd
43
abcde
54
abcdef
@@ -56,7 +55,6 @@ buf
5655
byoi
5756
bytearrayinput
5857
bytebuffer
59-
bytecode
6058
byteinfo
6159
BYTEINT
6260
byw
@@ -82,7 +80,6 @@ csv
8280
ctl
8381
ctor
8482
ctype
85-
cwiki
8683
CYBERMEN
8784
DALEKS
8885
daos
@@ -146,7 +143,6 @@ garw
146143
gdr
147144
gdw
148145
gmt
149-
hackersdelight
150146
hadoop
151147
hamcrest
152148
hashcode
@@ -158,10 +154,8 @@ hcw
158154
HDFS
159155
hdoi
160156
hdw
161-
HIVEFETCHOUTPUTSERDE
162157
hiw
163158
href
164-
http
165159
hvc
166160
hvoi
167161
iae
@@ -324,7 +318,6 @@ spoi
324318
sql
325319
src
326320
ssoi
327-
stackoverflow
328321
sti
329322
stringify
330323
stringlist
@@ -366,7 +359,6 @@ TFrozen
366359
threebytes
367360
Throwable
368361
timelabel
369-
timestamplocal
370362
TIMESTAMPLOCALTZ
371363
timestamptz
372364
timezone
@@ -436,7 +428,6 @@ viyt
436428
vlong
437429
voi
438430
vtype
439-
wiki
440431
wkid
441432
workaround
442433
writables
@@ -448,6 +439,5 @@ xmlns
448439
xsi
449440
yadda
450441
yes'okay
451-
yyyy
452442
YYYYMMDD
453443
zid

.github/actions/spelling/patterns.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ xsi:schemaLocation="[^"]*"
3636
"This\\{1,2}n..*"
3737
# ignore long runs of a single character:
3838
\b([A-Za-z])\g{-1}{3,}\b
39+
# Skip spell check on URLs
40+
\b(?i:https?)://\S+

0 commit comments

Comments
 (0)