-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-30125][SQL] Remove PostgreSQL dialect #26763
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
Closed
Closed
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
92e459b
Revert "[SPARK-29951][SQL] Make the behavior of Postgre dialect indep…
xuanyuanking 8c32f6d
Revert "[SPARK-29837][SQL] PostgreSQL dialect: cast to boolean"
xuanyuanking 848745f
Revert "[SPARK-29807][SQL] Rename "spark.sql.ansi.enabled" to "spark.…
xuanyuanking f0674e3
Revert "[SPARK-29364][SQL] Return an interval from date subtract acco…
xuanyuanking 8768937
Revert "[SPARK-28997][SQL] Add `spark.sql.dialect`"
xuanyuanking 94da433
Revert "[SPARK-27931][SQL] Accept "true", "yes", "1", "false", "no", …
xuanyuanking 9638331
Revert "[SPARK-28395][SQL] Division operator support integral division"
xuanyuanking c0da746
fix
xuanyuanking f90f3b1
Revert "[SPARK-28343][FOLLOW-UP][SQL][TEST] Enable spark.sql.function…
xuanyuanking 8e7e887
fix SQLQueryTestSuite for the revert, mainly related with int div int
xuanyuanking c50130a
fix ThriftServerQueryTestSuite
xuanyuanking cf2bc65
[SPARK-29364][SQL] Return an interval from date subtract according to…
MaxGekk 1f90047
[SPARK-29951][SQL] Make the behavior of Postgre dialect independent o…
xuanyuanking cc14274
fix
xuanyuanking 6d978c6
fix unnecessary change
xuanyuanking 17a3c77
address comment from Wenchen
xuanyuanking File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/PostgreSQLDialect.scala
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 0 additions & 83 deletions
83
...ain/scala/org/apache/spark/sql/catalyst/expressions/postgreSQL/PostgreCastToBoolean.scala
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/postgreSQL/StringUtils.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.