Defensive byte bound for identifiers decoded from query results.
Existing tables may have names created through APIs that apply Java's
127-UTF-16-code-unit metadata limit. One code unit takes at most three UTF-8
bytes, so query decoding accepts that larger representation even though QWP
ingress enforces its 127-byte protocol limit.
Defensive byte bound for identifiers decoded from query results.
Existing tables may have names created through APIs that apply Java's 127-UTF-16-code-unit metadata limit. One code unit takes at most three UTF-8 bytes, so query decoding accepts that larger representation even though QWP ingress enforces its 127-byte protocol limit.