Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Conversation

@c-w
Copy link
Contributor

@c-w c-w commented Jul 21, 2017

No functional change.

@c-w c-w requested a review from jcjimenez July 21, 2017 20:47
Copy link
Contributor

@jcjimenez jcjimenez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I propose we move the CREATE statements instead of the DROP ones, what do you think?

);

DROP TABLE IF EXISTS events;
DROP TYPE IF EXISTS features;
Copy link
Contributor

@jcjimenez jcjimenez Jul 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These drop statements need to be here. If you put them next to their CREATE TABLE counterparts, the DROP TABLE of their referencing table(s) will fail. For instance, the DROP TABLE features will fail if we don't re-arrange the order in which it's dependency tables are added.

Having said that, I agree that having three seemingly-random DROP TABLE statements together looks weird. Can I suggest we move the CREATE TABLE AND CREATE TYPE statements instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, moved everything together in f9c7fdc. Ran it against cqlsh and seems to work.

Copy link
Contributor

@erikschlegel erikschlegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@c-w c-w merged commit 207d57c into master Jul 21, 2017
@c-w c-w deleted the cleanup branch July 21, 2017 22:32
@c-w c-w removed the in progress label Jul 21, 2017
rachelnicole pushed a commit that referenced this pull request Jan 24, 2018
Delete CassandraEventsSink.scala.orig
rachelnicole pushed a commit that referenced this pull request Jan 24, 2018
* Fixing a bug related to selected topic and timeseries

* Drawing blue Bounding Box around Selected Place

* Fixing targeted place issue

* Added trusted sources search control

* modified service name

* Fixed a variety of various bugs and highlighting detected place(s)

* Fixing feature selection bug

* Fixing stream filter issues

* Add category filter to dashboard site

* Add category filter to dashboard site

* Add category filter to dashboard site

* Add category filter to dashboard site

* Adding source display name parser

* Final round of unit testing changes for a variety of bug fixes

* Final round of unit testing changes for a variety of bug fixes

* Removing yellow font color

* Fixed admin location editor

* Fixed admin location editor
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants