The GitHub Actions job "Check License" on fluss.git/feat/lance-decimal-tsltz 
has failed.
Run started by GitHub user XuQianJin-Stars (triggered by XuQianJin-Stars).

Head commit for run:
4949d2185e3ef265c027529bb94df37b134f1c39 / forwardxu <[email protected]>
[lake/lance] Add tests for Decimal and Timestamp(LTZ) conversions

Extend Lance test coverage for Decimal and Timestamp/TimestampLtz
mappings on both the Fluss RowType -> non-shaded Arrow schema layer
(LanceArrowUtils) and the shaded -> non-shaded VectorSchemaRoot copy
layer (ArrowDataConverter):

- LanceArrowUtilsTest: assert Arrow type for DECIMAL(9,2) / DECIMAL(20,4)
  including precision and scale round-trip; assert TimeUnit selection
  for TIMESTAMP_LTZ(0/3/6/9) and TIMESTAMP(0/3/6/9).
- ArrowDataConverterTest: end-to-end conversion of DECIMAL(20,4) values
  through ShadedArrowBatchWriter into a non-shaded DecimalVector, and
  TIMESTAMP_LTZ(3)/TIMESTAMP_LTZ(6) columns into TimeStampMilliVector
  and TimeStampMicroVector respectively, including sub-millisecond
  precision truncation semantics.

These types are common in financial and event-time workloads; adding
explicit coverage guards against future regressions in the Lance
tiering path.

Report URL: https://github.com/apache/fluss/actions/runs/28696041847

With regards,
GitHub Actions via GitBox

Reply via email to