Results 3 issues of Flyangz

Support single master cluster mode without prerequisites ZK will be helpful for new users to learn about Shuttle or even deploy Shuffle for some non-critical scenarios.

**Describe the bug** If a SQL query uses an uppercase column name (e.g., SELECT NAME FROM my_table) and the scan node is `HiveTableScanExec`, the `requestedAttributes` in `HiveTableScanExec` keeps the column...

stale

# Which issue does this PR close? Closes #1610 # Rationale for this change Make `NativeFileSourceScanBase.nativeFileSchema` can handle uppercase column name. # What changes are included in this PR? Use...

spark