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
CREATE TABLE test ( id INT NOT NULL, last_name CHAR(30) NOT NULL, first_name CHAR(30) NOT NULL, PRIMARY KEY (id), INDEX name (last_name,first_name) );
2.load the table in gravitino there's only PRIMARY KEY indexes
It's better to support load another indexes
No response
The text was updated successfully, but these errors were encountered:
Similar issue in #2440
Sorry, something went wrong.
No branches or pull requests
What would you like to be improved?
2.load the table in gravitino
there's only PRIMARY KEY indexes
It's better to support load another indexes
How should we improve?
No response
The text was updated successfully, but these errors were encountered: