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

Feat max compute sink payload mappers #51

Closed
wants to merge 51 commits into from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    12a8fe7 View commit details
    Browse the repository at this point in the history
  2. feat: Add Test

    ekawinataa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    27b8a7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    512e0b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca51108 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468a00e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0228dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14bdd12 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. chore: Restructure Package

    ekawinataa committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    53def4a View commit details
    Browse the repository at this point in the history
  2. chore: wrap type

    ekawinataa committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0ea432a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d5ee38 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. feat: Add sink config

    ekawinataa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9ffb56d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e39362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a624069 View commit details
    Browse the repository at this point in the history
  4. chore: checkstyle main

    ekawinataa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5f21f01 View commit details
    Browse the repository at this point in the history
  5. chore: checkstyle test

    ekawinataa committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    adbb27f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74e71b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b9ba32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a407e41 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    1fab8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25d252f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7275fa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14c2842 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    719047c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    7103cb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    d3874f7 View commit details
    Browse the repository at this point in the history
  2. FEAT: ADD RECORD Converter

    ekawinataa committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cf6c6a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a6447e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38b7daf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64fa4d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c227b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb67c70 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e1cfd2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    783d534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    205016f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd60be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f78a7b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3db4ae0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38f6fd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0922540 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b81db0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55596e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    0ca323b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    792eeb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    020da68 View commit details
    Browse the repository at this point in the history
  4. feat: add MaxComputeClient

    ekawinataa committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1cb812c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat:

    - refactor PartitioningStrategy interface
    - Refactor RecordWrapper to also include PartitionSpec
    ekawinataa committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7eb3404 View commit details
    Browse the repository at this point in the history
  2. feat:

    - add insert manager
    ekawinataa committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a8f2c6d View commit details
    Browse the repository at this point in the history
  3. feat:

    - add flush timeout config
    ekawinataa committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3411ab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44e0417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c7a2cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c35778 View commit details
    Browse the repository at this point in the history