You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.ExceptionInInitializerError
at Repro.main(Repro.scala)
Caused by: dev.cel.optimizer.CelOptimizationException: Optimization failure: IDENT
at dev.cel.optimizer.CelOptimizerImpl.optimize(CelOptimizerImpl.java:52)
at Repro$.<clinit>(Repro.scala:19)
... 1 more
Caused by: java.lang.UnsupportedOperationException: IDENT
at dev.cel.common.ast.AutoOneOf_CelExpr_ExprKind$Parent_.createList(AutoOneOf_CelExpr_ExprKind.java:96)
at dev.cel.common.ast.CelExpr.createList(CelExpr.java:106)
at dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.maybePruneBranches(ConstantFoldingOptimizer.java:302)
at dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.optimize(ConstantFoldingOptimizer.java:84)
at dev.cel.optimizer.CelOptimizerImpl.optimize(CelOptimizerImpl.java:45)
... 2 more
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: