-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-34330: [Go][Parquet]: Add Extension type support #34356
Conversation
|
0602c0d
to
e61d7ca
Compare
@zeroshade can you help me on how I get the |
@yevgenypats it's a submodule in the repo. you should be able to run |
Closing in favour of #34631 |
Follow-up instead of #34356 * Closes: #34330 This is not yet complete but I would love some direction on where should I add tests and in what other places I should handle the new extension type. Lead-authored-by: Kemal Hadimli <[email protected]> Co-authored-by: Herman Schaaf <[email protected]> Co-authored-by: Yevgeny Pats <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Follow-up instead of apache#34356 * Closes: apache#34330 This is not yet complete but I would love some direction on where should I add tests and in what other places I should handle the new extension type. Lead-authored-by: Kemal Hadimli <[email protected]> Co-authored-by: Herman Schaaf <[email protected]> Co-authored-by: Yevgeny Pats <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Follow-up instead of apache#34356 * Closes: apache#34330 This is not yet complete but I would love some direction on where should I add tests and in what other places I should handle the new extension type. Lead-authored-by: Kemal Hadimli <[email protected]> Co-authored-by: Herman Schaaf <[email protected]> Co-authored-by: Yevgeny Pats <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Follow-up instead of apache#34356 * Closes: apache#34330 This is not yet complete but I would love some direction on where should I add tests and in what other places I should handle the new extension type. Lead-authored-by: Kemal Hadimli <[email protected]> Co-authored-by: Herman Schaaf <[email protected]> Co-authored-by: Yevgeny Pats <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Follow-up instead of apache/arrow#34356 * Closes: #34330 This is not yet complete but I would love some direction on where should I add tests and in what other places I should handle the new extension type. Lead-authored-by: Kemal Hadimli <[email protected]> Co-authored-by: Herman Schaaf <[email protected]> Co-authored-by: Yevgeny Pats <[email protected]> Signed-off-by: Matt Topol <[email protected]>
Closes #34330.
This is still WIP as missing some logic around
path_builder.go
but I wanted to open this PR for initial review to make sure Im moving in the right direction.