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

[Kernel] Resolve some TODOs #2143

Merged
merged 4 commits into from
Oct 10, 2023

Conversation

allisonport-db
Copy link
Collaborator

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

Resolves some miscellaneous TODOs in the Kernel code including

  • Moves MixedDataType to an internal package since it is a temporary type
  • Change INSTANCE to $TYPENAME for all simple data types
  • Move singletonColumnVector to internal utilities
  • Remove logging to stdout for now
  • Remove miscellaneous TODO comments that don't need to be in the code

How was this patch tested?

Existing tests suffice.

@allisonport-db allisonport-db merged commit 2117d50 into delta-io:master Oct 10, 2023
6 checks passed
@vkorukanti
Copy link
Collaborator

@allisonport-db Could you please backport this PR to branch-3.0?

allisonport-db added a commit that referenced this pull request Oct 10, 2023
## Description

Resolves some miscellaneous TODOs in the Kernel code including
- Moves `MixedDataType` to an internal package since it is a temporary type
- Change `INSTANCE` to `$TYPENAME` for all simple data types
- Move `singletonColumnVector` to internal utilities
- Remove logging to stdout for now
- Remove miscellaneous TODO comments that don't need to be in the code

## How was this patch tested?

Existing tests suffice.
xupefei pushed a commit to xupefei/delta that referenced this pull request Oct 31, 2023
## Description

Resolves some miscellaneous TODOs in the Kernel code including
- Moves `MixedDataType` to an internal package since it is a temporary type
- Change `INSTANCE` to `$TYPENAME` for all simple data types
- Move `singletonColumnVector` to internal utilities
- Remove logging to stdout for now
- Remove miscellaneous TODO comments that don't need to be in the code

## How was this patch tested?

Existing tests suffice.
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.

2 participants