Error in main function: UNKNOWN_CODE_PLEASE_REPORT: internal error: panic runtime error: index out of range [0] with length 0:
runtime.goPanicIndex
/usr/local/go/src/runtime/panic.go:115
github.com/matrixorigin/matrixone/pkg/sql/plan/function.ConvertTz
/go/src/github.com/matrixorigin/matrixone/pkg/sql/plan/function/func_binary.go:726
github.com/matrixorigin/matrixone/pkg/sql/colexec.(*FunctionExpressionExecutor).doFold
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/evalExpressionReset.go:165
github.com/matrixorigin/matrixone/pkg/sql/colexec.(*FunctionExpressionExecutor).Eval
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/evalExpression.go:569
github.com/matrixorigin/matrixone/pkg/sql/colexec/projection.(*Projection).Call
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/projection/projection.go:81
github.com/matrixorigin/matrixone/pkg/vm.ChildrenCall
/go/src/github.com/matrixorigin/matrixone/pkg/vm/types.go:499
github.com/matrixorigin/matrixone/pkg/sql/colexec/preinsert.(*PreInsert).Call
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/preinsert/preinsert.go:187
github.com/matrixorigin/matrixone/pkg/vm.ChildrenCall
/go/src/github.com/matrixorigin/matrixone/pkg/vm/types.go:499
github.com/matrixorigin/matrixone/pkg/sql/colexec/projection.(*Projection).Call
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/projection/projection.go:68
github.com/matrixorigin/matrixone/pkg/vm.ChildrenCall
/go/src/github.com/matrixorigin/matrixone/pkg/vm/types.go:499
github.com/matrixorigin/matrixone/pkg/sql/colexec/lockop.callNonBlocking
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/lockop/lock_op.go:123
github.com/matrixorigin/matrixone/pkg/sql/colexec/lockop.(*LockOp).Call
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/lockop/lock_op.go:113
github.com/matrixorigin/matrixone/pkg/vm.ChildrenCall
/go/src/github.com/matrixorigin/matrixone/pkg/vm/types.go:499
github.com/matrixorigin/matrixone/pkg/sql/colexec/projection.(*Projection).Call
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/projection/projection.go:68
github.com/matrixorigin/matrixone/pkg/vm.ChildrenCall
/go/src/github.com/matrixorigin/matrixone/pkg/vm/types.go:499
github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild.(*container).collectBuildBatches
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild/build.go:112
github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild.(*container).build
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild/build.go:134
github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild.(*HashBuild).Call
/go/src/github.com/matrixorigin/matrixone/pkg/sql/colexec/hashbuild/build.go:70
github.com/matrixorigin/matrixone/pkg/vm/pipeline.(*Pipeline).Run
/go/src/github.com/matrixorigin/matrixone/pkg/vm/pipeline/pipeline.go:71
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).Run
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:174
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).ParallelRun
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:484
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).MergeRun
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:275
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).MergeRun
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:270
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Scope).RemoteRun
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/scope.go:393
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Compile).run
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/compile.go:358
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Compile).runOnce
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/compile.go:487
github.com/matrixorigin/matrixone/pkg/sql/compile.(*Compile).Run
/go/src/github.com/matrixorigin/matrixone/pkg/sql/compile/compile2.go:245
github.com/matrixorigin/matrixone/pkg/frontend.executeStatusStmt
/go/src/github.com/matrixorigin/matrixo