kevin-Murphy-hi commented on pull request #34673: URL: https://github.com/apache/spark/pull/34673#issuecomment-987639705
退订 dch_nguyen ***@***.***> 于2021年11月20日周六 13:16写道: > What changes were proposed in this pull request? > > Implementing createIndex/IndexExists/dropIndex in DS V2 JDBC for Postgres > dialect. > Why are the changes needed? > > This is a subtask of the V2 Index support. This PR implements createIndex, > IndexExists and dropIndex. After review for some changes in this PR, I > will create new PR for listIndexs, or add it in this PR. > > This PR only implements createIndex, IndexExists and dropIndex in > Postgres dialect. > Does this PR introduce *any* user-facing change? > > Yes, createIndex/IndexExists/dropIndex in DS V2 JDBC > How was this patch tested? > > New test. > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/apache/spark/pull/34673 > Commit Summary > > - baae935 > <https://github.com/apache/spark/pull/34673/commits/baae935fc0c0cc47c4397be662ac7d36dfbbe8b0> > Dsv2_index_postgres > > File Changes > > (5 files <https://github.com/apache/spark/pull/34673/files>) > > - *M* > external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/PostgresIntegrationSuite.scala > <https://github.com/apache/spark/pull/34673/files#diff-236e33febf7e76c639a064156dc3f52abf612660015d7c4b99c10acc78371752> > (2) > - *M* > external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala > <https://github.com/apache/spark/pull/34673/files#diff-7fe271b3eb77d236f4d92ea6ec2b6715e539a7e1c5cc71df0d056900fdd159df> > (4) > - *M* > sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala > <https://github.com/apache/spark/pull/34673/files#diff-c3859e97335ead4b131263565c987d877bea0af3adbd6c5bf2d3716768d2e083> > (25) > - *M* > sql/core/src/main/scala/org/apache/spark/sql/jdbc/MySQLDialect.scala > <https://github.com/apache/spark/pull/34673/files#diff-02d2c1918aad70fcc80bf57cc8b8adfa58c144f4b81d6281e3557ed023ccefb1> > (9) > - *M* > sql/core/src/main/scala/org/apache/spark/sql/jdbc/PostgresDialect.scala > <https://github.com/apache/spark/pull/34673/files#diff-374d2da08d88160979e0fedb2ded14e5fa8ed04942a94cdd9672775332642226> > (86) > > Patch Links: > > - https://github.com/apache/spark/pull/34673.patch > - https://github.com/apache/spark/pull/34673.diff > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/spark/pull/34673>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AOCKMJLI6G2KH5DL5AY5OITUM4VLHANCNFSM5INRUZHA> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
