Skip to content

Here's what's popular on GitHub today...

Git Merge · Chicago, IL · Sep 14 - 15th

Event

We want to hear how you’re using Git in unexpected ways. Take us deep into how your team is using Git at massive scale. Share how you’re bringing new developers into the fold with Git. If Git is a major part of how you work, we want to hear your story.

NativeScript logo

Popular topic

NativeScript is a JavaScript-native mobile framework.

Trending repository

jaogoy
jaogoy commented Jun 23, 2022

Enhancement

CREATE TABLE t_tf (
    a int not null,
    b float,
    c1 varchar(100)
) DUPLICATE KEY (id)
DISTRIBUTED BY HASH(id) BUCKETS 1;

To create a table as above, but id does not exist.
However, the error message is:
ERROR 1064 (HY000) at line 1: Key columns should be a ordered prefix of the schema.

  1. the message is not correct.
  2. it should display the
type/enhancement good first issue
Git Merge 2022

Upcoming event recommended by GitHub

Sep
14

Git Merge 2022

September 14, 2022 - September 15, 2022 • Chicago, IL

Git Merge is a two-day conference dedicated to Git—and the people who use it every day. The Call for Speakers is open now!

App recommended by GitHub

Travis CI

Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.

Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.

Trending repository

scottsand-db
scottsand-db commented Jun 22, 2022

Feature request

Overview

Currently, the DELETE operation returns an empty result. It would be more useful if it returned the number of deleted rows.

Motivation

The number of deleted rows is an obvious metric that users would want from a delete operation.

Further details

Currently, DeleteCommand.scala is explicitly returning an empty DataFrame [here](https://g

enhancement good first issue

Trending repository

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

  • Updated Jul 1, 2022
  • Shell

Trending repository

Derisis13
Derisis13 commented Apr 28, 2022

Is your feature request related to a problem? Please describe.
I want to get into application packaging, that's all.

Describe the solution you'd like
Since my system has flatpaks and debs the options I feel motivation towars are a ppa and a flathub user repo.

Describe alternatives you've considered
SNAPs are not ideal for scripts (I'm not even sure if containerizing would even

type: feature request priority 4: wishlist good first issue

Trending repository

peterzhuamazon
peterzhuamazon commented Jun 23, 2022

Just grab a centos7 docker container like this one:
https://hub.docker.com/r/opensearchstaging/ci-runner/tags?page=1&ordering=last_updated&name=ci-runner-centos7-gradle-check-v1

Export these envvar:
JAVA11_HOME="/opt/java/openjdk-11
JAVA17_HOME="/opt/java/openjdk-17"
JAVA8_HOME="/opt/java/openjdk-8"
JAVA_HOME="/opt/java/openjdk-17"

Check out main or 2.0 branch, run `./gradlew check --no

bug good first issue Build Libraries & Interfaces

Trending repository

storybook

Trending repository

idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

App recommended by GitHub

Hound

Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.