We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new sql syntax was added
SET
SELECT INTO OUTFILE
LOAD DATA INFILE
DEPLOY
currently only logical plan is supported. It might necessary to convert some of those into physical plan e.g #445 , for the use in online mode
The text was updated successfully, but these errors were encountered:
aceforeverd
No branches or pull requests
new sql syntax was added
SET
syntax #445SELECT INTO OUTFILE
syntax #455LOAD DATA INFILE
Statement #443DEPLOY
command #447currently only logical plan is supported.
It might necessary to convert some of those into physical plan e.g #445 , for the use in online mode
The text was updated successfully, but these errors were encountered: