-
Notifications
You must be signed in to change notification settings - Fork 448
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
oss port #784
base: master
Are you sure you want to change the base?
oss port #784
Conversation
…7136) * Support GeoMultiPolygon input and output column arguments in UDTFs * Add complete tests for GeoPolygon and GeoMultiPolygon. Fix various issues. Signed-off-by: jack <[email protected]>
… is an empty (#7146) * Do not throw an exception for sharded join on multi-gpus * Check hash table buffer to exit early if it is not a valid Signed-off-by: jack <[email protected]>
* Delimited Files: fix issue where whitespace between quoted fields was not being properly parsed * When throwing InsufficientBufferSizeException, the parser will print an alternative message if the parser is still in quotes Signed-off-by: jack <[email protected]>
Signed-off-by: jack <[email protected]>
* Drop Render Group columns when restoring an older table dump * Add tests for restoring old dumps with render group columns (good and corrupt) * Dumps are now versioned * Check version on restore and only remove render group columns if version requires Signed-off-by: jack <[email protected]>
Signed-off-by: jack <[email protected]>
…aving constant point object (#7149) * Fixup the logic related to the invalid qual checking * Fixup col_id assignment logic for the col having multiple rte_idxs * Address comment #1: assert test queries' result * improve function's readability * Use std::optional instead of hard-coded invalid val Signed-off-by: jack <[email protected]>
… hash table layout (#7154) * Add query hints * Ignore query hints for overlaps and range hash join * Apply query hints Signed-off-by: jack <[email protected]>
…od (#7155) Signed-off-by: jack <[email protected]>
Signed-off-by: jack <[email protected]>
* Support GeoMultiLineString input and output arguments in UDTFs * Use fromCoords instead of setItem from buffer. * A major clean up of FlatBuffer and heavydbTypes headers. Signed-off-by: jack <[email protected]>
|
OSS Port