zhouyuan commented on PR #5185:
URL: 
https://github.com/apache/incubator-gluten/pull/5185#issuecomment-2027235186

   @zzcclp @baibaichen 
   Here's the error log, is there some hard-code function signature used?
   ===
   ```
   20:08:35  Caused by: org.apache.gluten.exception.GlutenException: Unexpected 
value for start: while executing 'FUNCTION 
throwIf(equals(CAST(n_regionkey,Nullable(I_2),0_4) : 4, Unexpected value for 
start_5 :: 7) -> throwIf(equals(CAST(n_regionkey,Nullable(I_2),0_4),Unexpected 
value for start_5) Nullable(UInt8) : 5'
   20:08:35  0. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../ClickHouse/src/Common/Exception.cpp:96:
 DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 
0x000000000b1546bb
   20:08:35  1. DB::Exception::createRuntime(int, String const&) @ 
0x000000000a4cec2d
   20:08:35  2. DB::(anonymous 
namespace)::FunctionThrowIf::executeImpl(std::vector<DB::ColumnWithTypeAndName, 
std::allocator<DB::ColumnWithTypeAndName>> const&, 
std::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 
0x000000000a4cda59
   20:08:35  3. 
DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector<DB::ColumnWithTypeAndName,
 std::allocator<DB::ColumnWithTypeAndName>> const&, 
std::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 
0x0000000005d2cdee
   20:08:35  4. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../ClickHouse/src/Functions/IFunction.cpp:0:
 
DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector<DB::ColumnWithTypeAndName,
 std::allocator<DB::ColumnWithTypeAndName>> const&, 
std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 
0x000000000d96c468
   20:08:35  5. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../ClickHouse/src/Functions/IFunction.cpp:0:
 
DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector<DB::ColumnWithTypeAndName,
 std::allocator<DB::ColumnWithTypeAndName>> const&, 
std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 
0x000000000d96c6cd
   20:08:35  6. 
../ClickHouse/contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:117: 
DB::IExecutableFunction::executeWithoutSparseColumns(std::vector<DB::ColumnWithTypeAndName,
 std::allocator<DB::ColumnWithTypeAndName>> const&, 
std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 
0x000000000d96d122
   20:08:35  7. ../ClickHouse/contrib/llvm-project/libcxx/include/vector:434: 
DB::IExecutableFunction::execute(std::vector<DB::ColumnWithTypeAndName, 
std::allocator<DB::ColumnWithTypeAndName>> const&, 
std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 
0x000000000d96e6fb
   20:08:35  8. 
../ClickHouse/contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:117: 
DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 
0x000000000e380828
   20:08:35  9. ../ClickHouse/contrib/llvm-project/libcxx/include/vector:537: 
DB::ExpressionTransform::transform(DB::Chunk&) @ 0x000000000f63e896
   20:08:35  10. 
../ClickHouse/contrib/llvm-project/libcxx/include/__utility/swap.h:36: 
DB::ISimpleTransform::work() @ 0x000000000f5530ee
   20:08:35  11. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../ClickHouse/src/Processors/Executors/ExecutionThreadContext.cpp:0:
 DB::ExecutionThreadContext::executeTask() @ 0x000000000f570bc4
   20:08:35  12. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../ClickHouse/src/Processors/Executors/PipelineExecutor.cpp:273:
 DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic<bool>*) @ 
0x000000000f565930
   20:08:35  13. ../ClickHouse/contrib/llvm-project/libcxx/include/atomic:958: 
DB::PipelineExecutor::executeStep(std::atomic<bool>*) @ 0x000000000f565348
   20:08:35  14. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../ClickHouse/src/Processors/Executors/PullingPipelineExecutor.cpp:54:
 DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000000f575397
   20:08:35  15. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../ClickHouse/src/Processors/Executors/PullingPipelineExecutor.cpp:65:
 DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000000f575553
   20:08:35  16. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../local-engine/Parser/SerializedPlanParser.cpp:0:
 local_engine::LocalExecutor::hasNext() @ 0x000000000b4bbe94
   20:08:35  17. 
/home/jenkins/agent/workspace/gluten/gluten-ci/gluten/cpp-ch/build/../local-engine/local_engine_jni.cpp:333:
 Java_org_apache_gluten_vectorized_BatchIterator_nativeHasNext @ 
0x0000000005be47f7
   20:08:35  
   ```


-- 
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...@gluten.apache.org

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


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

Reply via email to