AliRana30 opened a new issue, #810:
URL: https://github.com/apache/wayang/issues/810
### Problem Description
In `guides/tutorial.md`, recent commits introduced formatting corruptions
and left outdated setup instructions:
1. **Prompt Artifact Leakage & Broken Code Fences**: Lines 86–125 contain
unclosed ` ```sql ` and ` ```java ` code fences, along with raw reviewer
prompts accidentally committed into the text:
- `## 👉 Step 2 — Improve SQL execution step`
- `Below this:`
- ` ```md `
- The final Java code example at EOF is missing its closing fence.
2. **Deprecated Incubator Clone URLs**: Lines 23 and 29 instruct users to
clone `https://github.com/apache/incubator-wayang.git` and `cd
incubator-wayang`, which is obsolete following Wayang's graduation.
3. **Stale Snapshot References**: References to
`wayang-assembly-1.1.1-SNAPSHOT-dist.tar.gz` and `wayang-1.0.1-SNAPSHOT` do not
match the current project version (`1.1.2-SNAPSHOT`).
### Proposed Solution
- Remove the prompt artifact text and properly format/close all SQL and Java
code blocks.
- Update repository URLs to `https://github.com/apache/wayang.git` and `cd
wayang`.
- Sync snapshot version strings to `1.1.2-SNAPSHOT`.
--
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]