Skip to content
Snippets Groups Projects
Commit e895bc25 authored by Dilip Biswal's avatar Dilip Biswal Committed by Wenchen Fan
Browse files

[SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case...

[SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case sensitivity configuration

## What changes were proposed in this pull request?
SHOW COLUMNS command validates the user supplied database
name with database name from qualified table name name to make
sure both of them are consistent. This comparison should respect
case sensitivity.

## How was this patch tested?
Added tests in DDLSuite and existing tests were moved to use new sql based test infrastructure.

Author: Dilip Biswal <dbiswal@us.ibm.com>

Closes #15423 from dilipbiswal/dkb_show_column_fix.
parent 986a3b8b
No related branches found
No related tags found
No related merge requests found
Showing
with 318 additions and 44 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment