Skip to content

Commit

Permalink
Merge pull request #1325 from ToryZhou/main-fix20240417
Browse files Browse the repository at this point in the history
Fix HiveSqlBuilder build error
  • Loading branch information
Chat2DB-Pro authored Oct 28, 2024
2 parents d9b1df5 + 1e172fc commit 666c27a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
import org.apache.commons.lang3.StringUtils;


public class HiveSqlBuilder extends DefaultSqlBuilder {

public class HiveSqlBuilder extends DefaultSqlBuilder implements SqlBuilder<Table> {

@Override
public String buildCreateTableSql(Table table) {
StringBuilder script = new StringBuilder();
Expand Down

0 comments on commit 666c27a

Please sign in to comment.