Skip to content

Commit

Permalink
fix: typo replace FETCH_STORE with STORE
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabelle committed Feb 3, 2025
1 parent 60920d2 commit e70686e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface JdbcQueryInterface extends JdbcStatementInterface {
boolean isFetch();

@Schema(
title = "DEPRECATED, please use `fetchType: FETCH_STORE` instead." + "\n" +
title = "DEPRECATED, please use `fetchType: STORE` instead." + "\n" +
"Whether to fetch data row(s) from the query result to a file in internal storage." +
" File will be saved as Amazon Ion (text format)." +
" \n" +
Expand Down

0 comments on commit e70686e

Please sign in to comment.