[pre-commit] Add license header hook for XML files (closes #1994)#2024
[pre-commit] Add license header hook for XML files (closes #1994)#2024Subham-KRLX wants to merge 19 commits into
Conversation
38f7a49 to
d9952c6
Compare
|
@jbampton Addressed your feedback: Removed blank lines |
See the |
d9952c6 to
04c2fdf
Compare
|
@jbampton Thank you for your review - I've now:
The PR is ready for your final review. I appreciate your guidance throughout this process! |
2933f22 to
9f668cc
Compare
|
@jbangton I've addressed your feedback in the latest commit. Could you please review again? |
8e08cc0 to
ca2bf59
Compare
|
@jbampton Thank you for your patient guidance throughout this PR! I've now: |
ca2bf59 to
9e6e795
Compare
AmirTallap
left a comment
There was a problem hiding this comment.
As mention, file path should be ordered alphabetically!
@AmirTallap Verified the alphabetical order using |
|
@jbampton @james-willis This PR removes the insert-license-xml hook while keeping all other license hooks. The CI failures appear unrelated (Maven shade plugin issues). Let me know if you want any changes to this otherwise it's ready for review. |
|
? What does this PR accomplish now. |
…ce it (apache#2080) * Store geometries in EWKB format in spark df and enforce it * Use wkb.dumps instead of to_wkb for version compatibility * print shapely version * Use crs instead of shapely.get_srid * Convert back to Sedona geometry objects in to_parquet * Change to **kwargs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Implement retain index information in results of queries * Update comment
…#2071) * Implement get_geometry * Skip test for old versions * Support extra-negative indices * Skip test for shapely < 2.0.0 * Update docs to mention the shapely < 2.0.0 behavior
* Implement boundary * Implement centroid * Implement envelope * Skip boundary test for geom collection for shapely < 2.0.0 * Fix doc strings to use sedona instead of geoseries * Support na values in to_geopandas
* standing up blog infra * remove TODO typo * adding avatar placeholder * fixing formatting * adding license * adding license * remove * changing linter * format fix for yml * editing author avatars
* ExpandAddress and ParseAddess support via libpostal * PR comments; edge case in SedonaConf changes * Update spark/common/src/test/scala/org/apache/sedona/sql/AddressProcessingFunctionsTest.scala Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update python/sedona/spark/sql/st_functions.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update spark/common/src/test/java/org/apache/sedona/core/utils/SedonaConfTest.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update spark/common/src/test/scala/org/apache/sedona/sql/AddressProcessingFunctionsTest.scala Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * align null case logic between eval and codegen cases --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…s, Projection (apache#2051) * Create object of S2Geography, and implement PoinGeography with its encoder/decoder * Add POLYLINE implementation on S2Geography * Add POLYGON implements on S2Geography * Match coding style * "Apply Spotless formatting to PolylineGeographyTest" * Redesign of S2Geography - Import org.datasyslab s2-geometry-library - Clean up S2Geography abstract design - Update Encode/Decode inside each kind of geography * clean up unnecessary files in current branch * Refine design of EncodeTagged in S2Geography - Adding back EncodeTagged in S2Geography - Let each geography type calls its own encode / decode function - Change to use Kyro UnsafeInput and UnsafeOutput * Modify encoder() and add new test cases * clean up code of encode and clarify comments * Update POLYGON to only take one polygon * Remove S2Regionwrapper & S2Shapewrapper * clean up minor issue * GeographyCollection and ShapeIndexGeography implementation * comcomment geography kind in S2Geography * Functions of distance, predicates, projection & Accessors * fix minor issue of geospatial functions * format fix * avoid duplicates before create S2Loop; re init value list with initial value -1
* Implement fillna * Use sedona instead of geopandas in doc strings * Add coalesce comment and link for limit issue * Allow None elements in to_geopandas
…etry_name + refactor tests (apache#2058) * Implement basic set_geometry and refactor tests * Skip active_geometry_name for old versions * Implement rename_geometry and update correct version for active_geometry_name * Fix version skipping logic in tests * Clean up * Fix tests intersection, from_*, and set_geometry after the merge * Implement rest of logic to pass the crs tests in set_geometry * clean up * Fix some tests (all except rename_geometry) * Fixes to pass tests * Remove check for option already set * Clean up unused (commented) setup method
…apache#2099) * [apacheGH-2066] Fix the Geopandas sindex query method predicate logic - contains and intersects gets reversed - add checkes to indicate only support these two types of predicates * address copilot comments * fix pre-commit lint issue
* moving title to yml frontmatter * moving title to yml frontmatter * shortening title
|
@jbampton @james-willis , |
|
This diff is all screwed up. I'm not sure why but its showing the current state of master incorrectly. |
|
@james-willis, Thanks for the heads-up on the diff – you're right it looks pretty messed up. I will pause here and dig into the |
|
Hi @jbampton, @james-willis, @jiayuasu, @AmirTallap, |
Did you read the Contributor Guide?
Is this PR related to a ticket?
[GH-1994]. Closes pre-commit: auto insert license headers for XML #1994What changes were proposed in this PR?
<!--| ~| -->How was this patch tested?
pre-commit run insert-license --files test.xmlDid this PR include necessary documentation updates?