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

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: #66472
   
   Problem Summary: TabletSchema::create_block() was removed during the read 
schema refactor, leaving bloom_filter_fpp_writer_test unable to compile. This 
updates the test to use create_storage_block(), which constructs the same 
physical schema columns, data types, and names required before default values 
are inserted.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test
       - [x] Unit Test
           - ./run-be-ut.sh --run --filter='*BloomFilterFppWriterTest*' -j 192
   
   - Behavior changed:
       - [x] No.
   
   - Does this need documentation?
       - [x] No.
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label


-- 
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]

Reply via email to