Skip to content

ST_Bin: decimal bin size argument#164

Merged
randallwhitman merged 1 commit intomasterfrom
decimal-bin
Jun 7, 2019
Merged

ST_Bin: decimal bin size argument#164
randallwhitman merged 1 commit intomasterfrom
decimal-bin

Conversation

@randallwhitman
Copy link
Copy Markdown
Contributor

@randallwhitman randallwhitman commented May 31, 2019

@doublebyte1 Are you able to build this branch from source and test with Hive-2.3 version?
Relates Esri/gis-tools-for-hadoop#82

@randallwhitman randallwhitman requested a review from climbage May 31, 2019 21:51
@randallwhitman
Copy link
Copy Markdown
Contributor Author

randallwhitman commented Jun 7, 2019

Hive-2.3.5 with master (v2.1.0):

hive> SELECT ST_Bin(0.001, ST_Point(0,0));
FAILED: SemanticException [Error 10014]: Line 1:7 Wrong arguments '0': Argument 0 must be a number

Hive-2.3.5 with branch (v2.1.1/v2.2):

hive> SELECT ST_Bin(0.001, ST_Point(0,0));
4611686015463124500

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.

1 participant