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

Support MySQL Polygons #820

Closed
wants to merge 0 commits into from

Conversation

poweroftrue
Copy link

Closes #819

@poweroftrue poweroftrue changed the title Support MySQL Polygons Support MySQL Polygons [WIP] Sep 17, 2024
@poweroftrue poweroftrue changed the title Support MySQL Polygons [WIP] Support MySQL Polygons Sep 17, 2024
@subkanthi
Copy link
Collaborator

@poweroftrue , can u please resolve the conflicts

ps.setString(index, BaseEncoding.base16().lowerCase().encode(((ByteBuffer) wkbValue).array()));
} else {
ps.setString(index, "");
} else if (type == Schema.Type.STRUCT && schemaName.equalsIgnoreCase(Geometry.LOGICAL_NAME)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this whole block be moved to a separate function.

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