-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
46942: hlc: use PTP user space API as HLC clock r=darinpp a=darinpp Adds support for Linux for using PTP user space API clock device for HLC. This is needed in case that the host clock is prone to large jumps (as is the case when using vMotion). Release note (cli change): added new start option --clock-device that allows HLC to use PTP user space API clock 47086: colexec: remove lossful typeconv.ToColumnTypes conversion r=yuzefovich a=yuzefovich Currently, our type conversion is not roundtrippable (i.e. `types.T -> coltypes.T -> types.T` might return a different SQL type than what we start with), and that's why this commit now removes `typeconv.ToColumnType` and `typeconv.ToColumnTypes` methods. The only callers of them were tests of joiners (which have been slightly adjusted), but the main benefit is cleaning the API so that we don't shoot ourselves in the foot later. Release note: None Co-authored-by: Darin <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
12 changed files
with
1,285 additions
and
1,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.