This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 38236c704f8 HIVE-29200: CI Spell checking errors in
ObjectInspectorUtils and TeradataBinarySerde (#6077)
38236c704f8 is described below
commit 38236c704f8229b6a52bdbedd87f51638758d792
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Tue Sep 16 11:35:09 2025 +0200
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
---
.github/actions/spelling/allow.txt | 1 +
.github/actions/spelling/expect.txt | 10 ----------
.github/actions/spelling/patterns.txt | 2 ++
3 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/.github/actions/spelling/allow.txt
b/.github/actions/spelling/allow.txt
index e69de29bb2d..7d03fa2095f 100644
--- a/.github/actions/spelling/allow.txt
+++ b/.github/actions/spelling/allow.txt
@@ -0,0 +1 @@
+HTTP
diff --git a/.github/actions/spelling/expect.txt
b/.github/actions/spelling/expect.txt
index d7d233d3b4a..c55c7afe27a 100644
--- a/.github/actions/spelling/expect.txt
+++ b/.github/actions/spelling/expect.txt
@@ -1,5 +1,4 @@
AAAAABJRU
-aarry
abcd
abcde
abcdef
@@ -56,7 +55,6 @@ buf
byoi
bytearrayinput
bytebuffer
-bytecode
byteinfo
BYTEINT
byw
@@ -82,7 +80,6 @@ csv
ctl
ctor
ctype
-cwiki
CYBERMEN
DALEKS
daos
@@ -146,7 +143,6 @@ garw
gdr
gdw
gmt
-hackersdelight
hadoop
hamcrest
hashcode
@@ -158,10 +154,8 @@ hcw
HDFS
hdoi
hdw
-HIVEFETCHOUTPUTSERDE
hiw
href
-http
hvc
hvoi
iae
@@ -324,7 +318,6 @@ spoi
sql
src
ssoi
-stackoverflow
sti
stringify
stringlist
@@ -366,7 +359,6 @@ TFrozen
threebytes
Throwable
timelabel
-timestamplocal
TIMESTAMPLOCALTZ
timestamptz
timezone
@@ -436,7 +428,6 @@ viyt
vlong
voi
vtype
-wiki
wkid
workaround
writables
@@ -448,6 +439,5 @@ xmlns
xsi
yadda
yes'okay
-yyyy
YYYYMMDD
zid
diff --git a/.github/actions/spelling/patterns.txt
b/.github/actions/spelling/patterns.txt
index 0600af057b7..46eb924fe57 100644
--- a/.github/actions/spelling/patterns.txt
+++ b/.github/actions/spelling/patterns.txt
@@ -36,3 +36,5 @@ xsi:schemaLocation="[^"]*"
"This\\{1,2}n..*"
# ignore long runs of a single character:
\b([A-Za-z])\g{-1}{3,}\b
+# Skip spell check on URLs
+\b(?i:https?)://\S+