morningman opened a new issue #7192:
URL: https://github.com/apache/incubator-doris/issues/7192


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   0.15
   
   ### What's Wrong?
   
   When loading data with preceding filter like:
   ```
   LOAD LABEL p20210107 (
       DATA INFILE("s3://cmy-repo/1.csv")
       INTO TABLE testTable
       COLUMNS TERMINATED BY ","
       PRECEDING FILTER col1 = "abc"
   )
   WITH S3 (
       xxx
   )
   properties(
       xxx
   );
   ```
   
   BE may crash with stack:
   
   ```
   *** Aborted at 1634723518 (unix time) try "date -d @1634723518" if you are 
using GNU date ***
   PC: @ 0x113941a doris::SlotRef::get_string_val()
   *** SIGSEGV (@0x0) received by PID 26168 (TID 0x7fc03b949700) from PID 0; 
stack trace: ***
   @ 0x1fd12e2 google::(anonymous namespace)::FailureSignalHandler()
   @ 0x7fc0f8d6a630 (unknown)
   @ 0x113941a doris::SlotRef::get_string_val()
   @ 0x1122df8 doris::ExprContext::get_value()
   @ 0x11336a7 doris::ScalarFnCall::evaluate_children()
   @ 0x11376ae doris::ScalarFnCall::interpret_eval<>()
   @ 0x119c0c3 doris::EqDoubleValPred::get_boolean_val()
   @ 0x18d7d82 doris::ExecNode::eval_conjuncts()
   @ 0x1a3d191 doris::BaseScanner::fill_dest_tuple()
   @ 0x1a2b84c doris::JsonScanner::get_next()
   @ 0x19f1681 doris::BrokerScanNode::scanner_scan()
   @ 0x19f21cc doris::BrokerScanNode::scanner_worker()
   @ 0x2ff66e0 execute_native_thread_routine
   @ 0x7fc0f8d62ea5 start_thread
   @ 0x7fc0f87899fd __clone
   ```
   
   ### What You Expected?
   
   works well
   
   ### How to Reproduce?
   
   use preceding filter feature
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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