Skip to content

Commit

Permalink
Forward virable trim_tailing_spaces_for_external_table_query
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibing-Li committed May 18, 2022
1 parent 52c4715 commit c4d8a5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ public class SessionVariable implements Serializable, Writable {
@VariableMgr.VarAttr(name = ENABLE_PROJECTION)
private boolean enableProjection = false;

@VariableMgr.VarAttr(name = TRIM_TAILING_SPACES_FOR_EXTERNAL_TABLE_QUERY)
private boolean trimTailingSpacesForExternalTableQuery = false;
@VariableMgr.VarAttr(name = TRIM_TAILING_SPACES_FOR_EXTERNAL_TABLE_QUERY, needForward = true)
public boolean trimTailingSpacesForExternalTableQuery = false;

public String getBlockEncryptionMode() {
return blockEncryptionMode;
Expand Down

0 comments on commit c4d8a5a

Please sign in to comment.