morrySnow opened a new pull request, #67482:
URL: https://github.com/apache/doris/pull/67482
### What problem does this PR solve?
Issue Number: None
Related PR: #67455, #67457
Problem Summary:
`LimitClausePrefixTest` registered `PostProcessor` directly. After #67457
moved identifier post-processing into grammar actions and deleted
`PostProcessor`, combining it with the LIMIT-prefix test from #67455 caused
`fe-sql-parser` test compilation to fail.
Remove the obsolete import and listener registration. Identifier
post-processing is now performed by the grammar, and the LIMIT test does not
require a global parse listener.
### Release note
None
### Check List (For Author)
- Test
- [ ] Regression test
- [x] Unit Test
- [ ] Manual test
- [ ] No need to test or manual test
- All seven `fe-sql-parser` test classes: 199 tests passed
- `mvn checkstyle:check -pl fe-sql-parser`: 0 violations
- Behavior changed:
- [x] No.
- [ ] Yes.
- Does this need documentation?
- [x] No.
- [ ] Yes.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]