aryash45 commented on issue #61219:
URL: https://github.com/apache/doris/issues/61219#issuecomment-4062246764

   Hi @liliyuanshang @morningman , I'm interested in working on this issue. 
   
   Could you please help clarify the following:
   
   1. **Minimal Reproducible Example (MRE)**: Could you provide the complete 
SQL statements with:
      - The exact `CREATE TABLE` statement for the base table
      - The exact `CREATE VIEW` statement
      - The exact `SELECT` query that triggers the bug
      - Sample test data (if possible)
   
   2. **Current vs Expected Behavior**:
      - Which specific columns are becoming empty/NULL?
      - What is the expected output?
      - Can you share the actual query result vs expected result?
   
   3. **Error Details**:
      - Are there any error logs or exception stack traces?
      - Does this happen consistently or only under certain conditions?
   
   4. **Environment**:
      - Is this reproducible in version 4.0.1 specifically, or other versions 
too?
      - Which backend (BE) and frontend (FE) versions were used?
   
   5. **Root Cause** (if known):
      - Is this related to how the query optimizer prunes columns for views 
with ORDER BY?
      - Are there any related issues or discussions about this?
   
   Once I have these details, I'll be able to create a proper reproduction test 
case and submit a fix with regression tests.
   
   Thanks!


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