[tf.data / Bigtable] Fix server-set timestamp mutations.
Use SetCell with no timestamp arg when using server-set timestamps instead of using std::chrono::milliseconds timestamp(-1), because this results in a timestamp_micros value of -1000 instead of -1, which causes the server to become unhappy. PiperOrigin-RevId: 203165785
Loading
Please sign in to comment