GoogleCloudPlatform / datacatalog-connectors-hive

Sample code with integration between Data Catalog and Hive data source.
Apache License 2.0
25 stars 14 forks source link

UPDATE event poll constant name #13

Closed mesmacosta closed 4 years ago

mesmacosta commented 4 years ago

- What I did Changed the __EVENT_POLL_SLEEP_TIME_MS constant to __EVENT_POLL_SLEEP_TIME_SECONDS The name was incorrect, and since the used sleep function expect seconds.

- How I did it Renamed it.

- How to verify it Self explanatory.

- Description for the changelog

Changed the __EVENT_POLL_SLEEP_TIME_MS constant to __EVENT_POLL_SLEEP_TIME_SECONDS