Skip to content

Commit

Permalink
added mysql connector
Browse files Browse the repository at this point in the history
  • Loading branch information
abrarsher23 committed Aug 4, 2023
1 parent 3d44692 commit 5b6e904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,11 @@
<artifactId>tabular-client-runtime</artifactId>
<version>1.18.4</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "2815!3.3.2+affirm.1"
__version__: str = "2815!3.3.2+affirm.2"

0 comments on commit 5b6e904

Please sign in to comment.