Skip to content

Commit

Permalink
[enhance](nereids) Support load data into temporary partition
Browse files Browse the repository at this point in the history
Change-Id: Id977545450b5d71da5ae932bd0b52a5dfdda8600
  • Loading branch information
zxealous committed Dec 5, 2024
1 parent d350e3c commit c271e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ identityOrFunction
dataDesc
: ((WITH)? mergeType)? DATA INFILE LEFT_PAREN filePaths+=STRING_LITERAL (COMMA filePath+=STRING_LITERAL)* RIGHT_PAREN
INTO TABLE targetTableName=identifier
(PARTITION partition=identifierList)?
(partitionSpec)?
(COLUMNS TERMINATED BY comma=STRING_LITERAL)?
(LINES TERMINATED BY separator=STRING_LITERAL)?
(FORMAT AS format=identifierOrText)?
Expand Down

0 comments on commit c271e6d

Please sign in to comment.