Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional fix for columns with cardinality 0 #88

Merged
merged 1 commit into from
Feb 15, 2013
Merged

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Feb 15, 2013

No description provided.

@@ -33,6 +33,7 @@

import java.io.File;
import java.util.Arrays;
import java.util.List;
Copy link

Choose a reason for hiding this comment

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

Do you need to import java.util.List when you are already using Guava?

Copy link
Contributor

Choose a reason for hiding this comment

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

ya srsly Gian, what's up with that?

Copy link
Contributor

Choose a reason for hiding this comment

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

Joshu began the study of Zen when he was sixty years old and continued until he was eighty, when he realized Zen.
He taught from the age of eighty until he was one hundred and twenty.
A student once asked him: "If I haven't anything in my mind, what shall I do?"
Joshu replied: "Throw it out."
"But if I haven't anything, how can I throw it out?" continued the questioner.
"Well," said Joshu, "then carry it out."

Copy link
Contributor

Choose a reason for hiding this comment

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

Joshu is the senior engineer giving advice to the junior engineer. The jr engineer is all like 'wtf did Joshu just say' and Joshu is all like 'so is what I asked for coded up yet?'.

Copy link
Contributor

Choose a reason for hiding this comment

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

That java.util.List import is stray. The code isn't using List. I accepted the merged and just committed a cleanup commit to remove the import.

cheddar added a commit that referenced this pull request Feb 15, 2013
Additional fix for columns with cardinality 0
@cheddar cheddar merged commit e1533b8 into master Feb 15, 2013
@cheddar cheddar deleted the 8to9-empty-column branch February 15, 2013 18:16
jihoonson added a commit to jihoonson/druid that referenced this pull request May 6, 2020
suneet-s referenced this pull request in suneet-s/druid Jun 4, 2020
* Revert "Revert "add kinesis lag metric (apache#9509)" (#88)"

This reverts commit 05fbcab.

* refactor SeekableStreamSupervisor usage of RecordSupplier (apache#9819)

* refactor SeekableStreamSupervisor usage of RecordSupplier to reduce contention between background threads and main thread, refactor KinesisRecordSupplier, refactor Kinesis lag metric collection and emitting

* fix style and test

* cleanup, refactor, javadocs, test

* fixes

* keep collecting current offsets and lag if unhealthy in background reporting thread

* review stuffs

* add comment
abhishekagarwal87 referenced this pull request in abhishekagarwal87/druid Dec 14, 2020
* imply-5135 Complete tests

* Extended result of getTables based on team feedback

* Refactored getRunning maps according to PR comments

* Made tables API more consistent

* Fix broken unit tests

* Added Derby test

* PR feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants