panbingkun commented on PR #47364:
URL: https://github.com/apache/spark/pull/47364#issuecomment-2339525538

   The current sql command results are as follows:
   ```scala
   (base) ➜  spark-community git:(show_collation_syntax) ✗ sh bin/spark-sql
   WARNING: Using incubator modules: jdk.incubator.vector
   Setting default log level to "WARN".
   To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use 
setLogLevel(newLevel).
   Spark Web UI available at http://172.26.2.19:4040
   Spark master: local[*], Application Id: local-1725938017441
   spark-sql (default)> SHOW system collations;
   SYSTEM       BUILTIN UTF8_BINARY     NULL    NULL    ACCENT_SENSITIVE        
CASE_SENSITIVE  NO_PAD  NULL
   SYSTEM       BUILTIN UTF8_LCASE      NULL    NULL    ACCENT_SENSITIVE        
CASE_INSENSITIVE        NO_PAD  NULL
   SYSTEM       BUILTIN UNICODE                 ACCENT_SENSITIVE        
CASE_SENSITIVE  NO_PAD  75.1.0.0
   SYSTEM       BUILTIN UNICODE_AI                      ACCENT_SENSITIVE        
CASE_INSENSITIVE        NO_PAD  75.1.0.0
   SYSTEM       BUILTIN UNICODE_CI                      ACCENT_INSENSITIVE      
CASE_SENSITIVE  NO_PAD  75.1.0.0
   SYSTEM       BUILTIN UNICODE_CI_AI                   ACCENT_INSENSITIVE      
CASE_INSENSITIVE        NO_PAD  75.1.0.0
   SYSTEM       BUILTIN af      Afrikaans               ACCENT_SENSITIVE        
CASE_SENSITIVE  NO_PAD  75.1.0.0
   SYSTEM       BUILTIN af_AI   Afrikaans               ACCENT_SENSITIVE        
CASE_INSENSITIVE        NO_PAD  75.1.0.0
   SYSTEM       BUILTIN af_CI   Afrikaans               ACCENT_INSENSITIVE      
CASE_SENSITIVE  NO_PAD  75.1.0.0
   SYSTEM       BUILTIN af_CI_AI        Afrikaans               
ACCENT_INSENSITIVE      CASE_INSENSITIVE        NO_PAD  75.1.0.0
   SYSTEM       BUILTIN am      Amharic         ACCENT_SENSITIVE        
CASE_SENSITIVE  NO_PAD  75.1.0.0
   SYSTEM       BUILTIN am_AI   Amharic         ACCENT_SENSITIVE        
CASE_INSENSITIVE        NO_PAD  75.1.0.0
   SYSTEM       BUILTIN am_CI   Amharic         ACCENT_INSENSITIVE      
CASE_SENSITIVE  NO_PAD  75.1.0.0
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to