Skip to content
New issue

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

Skip more schema tests #56

Merged
merged 3 commits into from
Apr 13, 2020
Merged

Skip more schema tests #56

merged 3 commits into from
Apr 13, 2020

Conversation

alimi
Copy link
Contributor

@alimi alimi commented Apr 6, 2020

Most of these schema tests are skipped because custom schemas are not supported in CockroachDB (cockroachdb/cockroach#26443).

We're skipping a few more tests for different reasons

  1. NULLS FIRST and NULLS LAST aren't implemented in CockroachDB (https://www.cockroachlabs.com/docs/v19.2/null-handling.html#nulls-and-sorting)
  2. Operator classes on indexes are not supported in CockroachDB. (https://www.postgresql.org/docs/9.5/indexes-opclass.html)

I wasn't able to find any documentation or issues on operator classes. Is this documented anywhere or is it a new problem?

alimi added 3 commits April 6, 2020 15:59
as custom schemas are not supported in CockroachDB
  * NULLS FIRST and NULLS LAST aren't implemented in CockroachDB and therefore
    won't be included in any schema dumps.
  * Operator classes on indexes are not supported in CockroachDB
@apantel
Copy link
Contributor

apantel commented Apr 10, 2020

It looks like nobody has asked for operator class support in cockroachdb. Can you file an issue and point to it, or tell me what it should say?

@alimi
Copy link
Contributor Author

alimi commented Apr 13, 2020

I opened cockroachdb/cockroach#47420. I wasn't sure how to label it and stuff, so let me know if it needs any changes.

@apantel
Copy link
Contributor

apantel commented Apr 13, 2020

Looks good, thanks!

@apantel apantel merged commit f8b0544 into cockroachdb:master Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants