You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spark sql is used in spark connector integrate test, some sqls are lower case like create database db , we'd better unify all Spark KeyWord to upper cases like CREATE DATABASE db
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
…for consistency (#2437)
<!--
1. Title: [#<issue>] <type>(<scope>): <subject>
Examples:
- "[#123] feat(operator): support xxx"
- "[#233] fix: check null before access result in xxx"
- "[MINOR] refactor: fix typo in variable name"
- "[MINOR] docs: fix typo in README"
- "[#255] test: fix flaky test NameOfTheTest"
Reference: https://www.conventionalcommits.org/en/v1.0.0/
2. If the PR is unfinished, please mark this PR as draft.
-->
### What changes were proposed in this pull request?
Make all Spark SQL keywords used in spark connector integration test
uppercase
### Why are the changes needed?
Fix: #2424
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
`./gradlew build -PskipTests`
What would you like to be improved?
spark sql is used in spark connector integrate test, some sqls are lower case like
create database db
, we'd better unify all Spark KeyWord to upper cases likeCREATE DATABASE db
How should we improve?
No response
The text was updated successfully, but these errors were encountered: