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

Fix ORDER BY on column that includes empty (null values) #119

Merged
merged 9 commits into from
Dec 15, 2021

Conversation

lyndonbauto
Copy link
Contributor

Summary

Fix ORDER BY on column that includes empty (null values)

Description

Related Issue

closes #118

Additional Reviewers

@birschick-bq
@lyndonb-bq
@xiazcy
@simonz-bq
@alexey-temnikov
@kylepbit

@lyndonbauto lyndonbauto added this to the Neptune JDBC Driver GA milestone Dec 15, 2021
@lyndonbauto lyndonbauto requested a review from a team December 15, 2021 20:51
@lyndonbauto lyndonbauto self-assigned this Dec 15, 2021
…driver into lyndon/fix-null-in-order-by

# Conflicts:
#	sql-gremlin/src/test/java/org/twilmes/sql/gremlin/adapter/GremlinSqlIncompleteSelectTest.java
#	sql-gremlin/src/test/java/org/twilmes/sql/gremlin/adapter/graphs/SpaceTestIncompleteGraph.java
Co-authored-by: Simon Zhao <42222408+simonz-bq@users.noreply.github.com>
@lyndonbauto lyndonbauto merged commit 39dec00 into develop Dec 15, 2021
@lyndonbauto lyndonbauto deleted the lyndon/fix-null-in-order-by branch December 15, 2021 22:46
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.

[BUG] ORDER BY on column that has empty (null) values fails
3 participants