Skip to content

fix: remove go-safecast dependency #672

@aaguiarz

Description

@aaguiarz

Remove the github.com/rung/go-safecast dependency by replacing two safecast.Int32() calls with inline bounds checks using math.MaxInt32.

File: internal/tuple/import.go:107–115

Changes:

  • Replace safecast.Int32(maxTuplesPerWrite) with inline bounds check
  • Replace safecast.Int32(maxParallelRequests) with inline bounds check
  • Remove go-safecast import

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Intake

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions