79713763

Date: 2025-07-24 17:41:59
Score: 1
Natty:
Report link

Based on the google documentation for bigtable spark connector, only string, long, and binary are the supported data types in the catalog JSON. You can't just add a "timestamp" field in your catalog to pull them in.

The connector supports filtering reads by timestamp ranges and writing with a specific timestamp but it does not expose the timestamp value for each cell.

You can fall back to using HBase API to read the cell's timestamp along with its value.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: yannco