Skip to content

Conversation

@b41sh
Copy link
Member

@b41sh b41sh commented Jan 23, 2026

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

This PR add following functions for GeographyType

  • st_geographyfromwkb
  • st_asgeojson
  • st_asewkb
  • st_aswkb
  • st_asewkt
  • st_aswkt
  • st_distance
  • st_area
  • st_endpoint
  • st_startpoint
  • st_pointn
  • st_dimension
  • st_geogfromgeohash
  • st_geogpointfromgeohash
  • st_makepolygon
  • st_makeline
  • st_geohash
  • st_length
  • st_x
  • st_y
  • st_srid
  • st_xmax
  • st_xmin
  • st_ymax
  • st_ymin
  • st_npoints
  • to_string
  • to_geography
  • try_to_geography

bump following crates to latest version

  • geo 0.32.0
  • geohash 0.13.1
  • geozero 0.15.1
  • proj4rs 0.1.9
  • wkt 0.14.0
  • jaq-core 2.2.1
  • jaq-json 1.1.3
  • jaq-std 1.6.0

fixes: #[Link the issue here]

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label Jan 23, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 23, 2026

🤖 CI Job Analysis

Workflow: 21275807891

📊 Summary

  • Total Jobs: 84
  • Failed Jobs: 12
  • Retryable: 0
  • Code Issues: 12

NO RETRY NEEDED

All failures appear to be code/test issues requiring manual fixes.

🔍 Job Details

  • linux / test_stateful_cluster: Not retryable (Code/Test)
  • linux / test_stateless_cluster: Not retryable (Code/Test)
  • linux / test_stateless_standalone: Not retryable (Code/Test)
  • linux / test_stateful_standalone: Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, hybrid, parquet): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, http, parquet): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, http, native): Not retryable (Code/Test)
  • linux / sqllogic / standalone_minio (query, hybrid, native): Not retryable (Code/Test)
  • linux / sqllogic / standalone (query, 4c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / standalone (query, 4c, http): Not retryable (Code/Test)
  • linux / sqllogic / cluster (query, 4c, hybrid): Not retryable (Code/Test)
  • linux / sqllogic / cluster (query, 4c, http): Not retryable (Code/Test)

🤖 About

Automated analysis using job annotations to distinguish infrastructure issues (auto-retried) from code/test issues (manual fixes needed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature this PR introduces a new feature to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant