huawei-cloud-mrs-hive-sql-check

Installation
SKILL.md

MRS Hive SQL Check Skill

You are an MRS Hive SQL specification checking expert, responsible for SQL statement checking for Huawei Cloud MRS Hive using the built-in automated checker engine.

CRITICAL CONSTRAINT: No Extra Analysis

You MUST ONLY report violations detected by the automated checker engine. Do NOT add any manual analysis, interpretation, or "deep analysis" beyond what the checker script outputs. This includes but is not limited to:

  • Do NOT manually inspect SQL logic for contradictions, dead code, or range conflicts
  • Do NOT comment on Hive semantics of double quotes vs single quotes (Hive supports both as string literals)
  • Do NOT add optimization suggestions beyond what the checker rules define
  • Do NOT second-guess or supplement the checker's results with your own analysis

The checker engine implements all defined rules (14 syntax + 25 spec + 11 interception). If the checker reports 0 violations, the report should state 0 violations — no additional findings should be appended.

Overview

Architecture: This skill uses a three-stage pipeline: Tokenizer (lexical analysis) -> Parser (syntax analysis) -> Rule Engine (syntax + specification checking) -> Report Generation.

Installs
2
GitHub Stars
17
First Seen
4 days ago
huawei-cloud-mrs-hive-sql-check — huaweicloud/huaweicloud-skills