Skip to content

Update to Hive 3.0.0#2

Merged
electrum merged 1 commit intotrinodb:masterfrom
electrum:update30
Feb 11, 2019
Merged

Update to Hive 3.0.0#2
electrum merged 1 commit intotrinodb:masterfrom
electrum:update30

Conversation

@electrum
Copy link
Member

No description provided.

@@ -1,191 +0,0 @@
/**
Copy link
Member

Choose a reason for hiding this comment

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

❤️

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 They merged your changes

if (columnNameProperty.length() == 0) {
columnNames = new ArrayList<String>();
if (columnNameProperty.isEmpty()) {
columnNames = Collections.emptyList();
Copy link
Member

Choose a reason for hiding this comment

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

any other copied classes need update?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I verified the others (most are shims and not copied classes)

<shadeBase>io.prestosql.hive.\$internal</shadeBase>

<dep.hive.version>2.3.4</dep.hive.version>
<dep.hive.version>3.0.0</dep.hive.version>
Copy link
Member

Choose a reason for hiding this comment

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

I expect that Hive 3.0 is not an interesting version. Everybody who upgrades to Hive 3 will probably upgrade to 3.1.
I am ok with upgrading to 3.0 if

  • we later upgrade to 3.1
  • or we realize that my expectations do not match real world

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree, it's not interesting. This is to update the Parquet version since the one in 2.3.4 is broken.

@electrum electrum merged commit 21b4035 into trinodb:master Feb 11, 2019
@electrum electrum deleted the update30 branch February 11, 2019 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants