wyxxxcat opened a new pull request, #45452:
URL: https://github.com/apache/doris/pull/45452

   ### What problem does this PR solve?
   
   ```
   alter table tbl enable feature "UPDATE_FLEXIBLE_COLUMNS";
   ```
   
   ```
   [2024-12-16 11:11:51.576]  WARN job sync failed, job: test, err: [normal] 
Error 1105 (HY000): errCode = 2, detailMessage = 
   mismatched input 'NONE' expecting {<EOF>, ';'}(line 1, pos 62)
   
   exec sql ALTER TABLE `t` ADD COLUMN `__DORIS_SKIP_BITMAP_COL__` bitmap NONE 
NOT NULL DEFAULT BITMAP_EMPTY COMMENT "doris skip bitmap hidden column" AFTER 
`__DORIS_VERSION_COL__` failed
   github.com/selectdb/ccr_syncer/pkg/ccr/base.(*Spec).DbExec
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/base/spec.go:1166
   github.com/selectdb/ccr_syncer/pkg/ccr/base.(*Spec).LightningSchemaChange
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/base/spec.go:1242
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).handleLightningSchemaChange
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:2107
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).handleBinlog
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:2789
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).handleBinlogs
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:2726
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).incrementalSync
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:2905
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).dbSync
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:2966
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).sync
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:2983
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).run
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:3041
   github.com/selectdb/ccr_syncer/pkg/ccr.(*Job).Run
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job.go:3162
   github.com/selectdb/ccr_syncer/pkg/ccr.(*JobManager).runJob.func1
        /mnt/disk2/wangyixuan/ccr-syncer/pkg/ccr/job_manager.go:166
   runtime.goexit
        /mnt/disk2/wangyixuan/go_1_23/go/src/runtime/asm_amd64.s:1700 job=test 
line=ccr/job.go:3046
   ```
   
   Issue Number: close #xxx
   
   Related PR: #xxx
   
   Problem Summary:
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to