Skip to content

Commit

Permalink
call-compiler-via-jni
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Nov 4, 2024
1 parent dbde861 commit ba68cb5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ public static Summary generatePlan(String config_path, String query_string) thro
return summary;
}

public static byte[] generatePhysicalPlan(String config_path, String query_string) throws Exception {
public static byte[] generatePhysicalPlan(String config_path, String query_string)
throws Exception {
Summary summary = generatePlan(config_path, query_string);
PhysicalPlan<byte[]> physicalPlan = summary.physicalPlan;
return physicalPlan.getContent();
Expand Down

0 comments on commit ba68cb5

Please sign in to comment.