gaborgsomogyi edited a comment on issue #25911: [SPARK-29223][SQL][SS] Enable global timestamp per topic while specifying offset by timestamp in Kafka source URL: https://github.com/apache/spark/pull/25911#issuecomment-536967040 Do I understand correctly the change is all about instead writing this: `{"topicA":{"1234": 1000}, "topicB": {"1234": 2000}}` with the PR one can write this? `{"topicA":{"-1": 1000}, "topicB": {"-1": 2000}}`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
