Anonymous Coward (816) has posted comments on this change. ( http://gerrit.cloudera.org:8080/22319 )
Change subject: IMPALA-13657: Connect Calcite planner to Impala Frontend framework ...................................................................... Patch Set 32: (1 comment) http://gerrit.cloudera.org:8080/#/c/22319/32/java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteJniFrontend.java File java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteJniFrontend.java: http://gerrit.cloudera.org:8080/#/c/22319/32/java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteJniFrontend.java@205 PS32, Line 205: public static void checkOptionSupportedInCalcite(TQueryCtx queryCtx) : throws ImpalaException { : // IMPALA-13530 : if (!queryCtx.getClient_request().getQuery_options().isDecimal_v2()) { : throw new UnsupportedFeatureException("Decimal v2 not supported in Calcite, " + : "falling back to Impala compiler."); : } : : // IMPALA-13529 : if (queryCtx.getClient_request().getQuery_options() : .isAppx_count_distinct()) { : throw new UnsupportedFeatureException("Approximate count distinct is not " + : "supported in Calcite, falling back to Impala compiler."); : } : } in CalciteCompilerFactory.java have a same method -- To view, visit http://gerrit.cloudera.org:8080/22319 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I3b30571beb797ede827ef4d794b8daefb130ccb1 Gerrit-Change-Number: 22319 Gerrit-PatchSet: 32 Gerrit-Owner: Steve Carlin <scar...@cloudera.com> Gerrit-Reviewer: Aman Sinha <amsi...@cloudera.com> Gerrit-Reviewer: Anonymous Coward (816) Gerrit-Reviewer: Fang-Yu Rao <fangyu....@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com> Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com> Gerrit-Reviewer: Noemi Pap-Takacs <npaptak...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Steve Carlin <scar...@cloudera.com> Gerrit-Comment-Date: Sun, 30 Mar 2025 06:37:29 +0000 Gerrit-HasComments: Yes